About 1,392,663 results (2,771 milliseconds)

Manobal sir - Chapter 6: Mathematical Library Methods

https://sites.google.com/view/manobal-sir/icse-class-9/chapter-6-mathematical-library-methods
Math.round method rounds off its argument to the nearest mathematical integer and returns its value as an int or long type. At the mid-point i.e. when the ...

Mathematical functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/mathematical_functions
Returns the smallest integral value that isn't less than X. X, CEIL(X). 2.0, 2.0. 2.3, 3.0. 2.8, 3.0. 2.5 ...

Round, ceil, floor on numbers and Numeric, also: BigDecimal#round

https://groups.google.com/g/scala-internals/c/MSUIi3NuI2s
round and round(x) without far worse confusion than merely returning an unexpected type. What inconsistency? import java.lang.Math._. round(x). import scala ...

Is this the good way to write get-percentage

https://groups.google.com/g/clojure/c/nH-E5uD8CY4
Feb 11, 2015 ... A Clojure fn is an Object, but Math's ceil method is not an Object. The Java-Interop notation for static methods, eg (Math/ceil...), papers over ...

Untitled

https://developers.google.com/resources/api-libraries/documentation/sheets/v4/python/latest/sheets_v4.spreadsheets.sheets.html
getValue() # : 1.0; # # return new java.awt.Color( # protocolor.getRed ... floor(redFrac * 255); # var green = Math.floor(greenFrac * 255); # var blue ...

getting a StackOverflow while trying to serialize domain objects in ...

https://groups.google.com/g/google-gson/c/AX48GpVHjgQ
May 30, 2012 ... at java.lang.Math.floor(Math.java:407) at sun.misc.FloatingDecimal ... at java.io.StringWriter.write(StringWriter.java:84). at java.io ...

Package google.type | Cloud Vision API | Google Cloud

https://cloud.google.com/vision/deprecation/reference/rpc/google.type
Sep 17, 2021 ... getValue() : 1.0; return new java.awt.Color( protocolor.getRed ... floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var ...

Math.IEEERemainder() not implemented?

https://groups.google.com/g/google-web-toolkit-contributors/c/I50Ry-x8ur0/m/HOWMo2B-hWUJ
Mar 17, 2008 ... Java and JavaScript both support % on floats, and GWT will ... For example, given a value d, e=Math.floor(Math.log(d)/Math.log(2)) ...

YARA-L 2.0 language syntax | Google Security Operations | Google ...

https://cloud.google.com/chronicle/docs/detection/yara-l-2-0-syntax
Returns the number of repeated field elements. Param data types. LIST. Return type. NUMBER ... math.round(10.7) // returns 11 math.round(1.2567, 2) // returns ...

Mathematical functions | Bigtable Documentation | Google Cloud

https://cloud.google.com/bigtable/docs/reference/sql/mathematical_functions
Returns the smallest integral value that isn't less than X. X, CEIL(X). 2.0, 2.0. 2.3, 3.0. 2.8, 3.0. 2.5 ...

Color (Cloud Vision API v1 (Rev. 451) 1.25.0)

https://developers.google.com/resources/api-libraries/documentation/vision/v1/java/latest/com/google/api/services/vision/v1/model/Color.html
getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor ... floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var ...

Planning a Java astronomy library for programmers

https://groups.google.com/g/sci.astro.amateur/c/ejhyizPyclE
This returns the value of one of a series (PLON, BETA, RP, V, U, or W) for a ... > return f - idiv*Math.floor(f/div);. > } > > > This version has two ...

Mathematical functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/mathematical_functions
Generates an error if overflow occurs. Expression, Return Value. ROUND(2.0) ... Java is a registered trademark of Oracle and/or its affiliates. Last ...

Java - Get value out of the feeder.

https://groups.google.com/g/gatling/c/tz97Ecr_xvs
Feb 16, 2022 ... int num = (int)Math.floor(Math.random()*(100-10+1)+10); return Collections.singletonMap("number", num); } ).iterator(); private ...

Package google.type | Air Quality API | Google for Developers

https://developers.google.com/maps/documentation/air-quality/reference/rpc/google.type
Aug 28, 2024 ... getValue() : 1.0; return new java.awt.Color( protocolor.getRed ... floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var ...

Manobal sir - Java mathematical library Function

https://sites.google.com/view/manobal-sir/java-topics/java-mathematical-library-function
Basic Method with Description ... It will return the Absolute value of the given value. ... It returns the Largest of two values. ... It is used to return the ...

Class Color (2.37.1) | Java client library | Google Cloud

https://cloud.google.com/java/docs/reference/proto-google-common-protos/2.37.1/com.google.type.Color
Apr 17, 2025 ... floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; ...

Package com.google.type (2.9.6) | Java client library | Google Cloud

https://cloud.google.com/java/docs/reference/proto-google-common-protos/2.9.6/com.google.type
Apr 17, 2025 ... floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var ...

Custom template APIs | Google Tag Manager Templates | Google for ...

https://developers.google.com/tag-platform/tag-manager/templates/api
... type supported in sandboxed JavaScript, undefined will be returned. The ... const Math = require('Math'); // Retrieve the absolute value. const ...

Google API Common Protos Client - Class Color (4.12.1) | PHP ...

https://cloud.google.com/php/docs/reference/common-protos/latest/Type.Color
getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor ... floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var ...