Numeric Methods
The following table describes numeric methods.
Method | Description |
---|---|
Creates a pseudo-random number. |
|
Performs integer division and returns a quotient and remainder. |
|
Calculates a floating-point number given a mantissa and an exponent. |
|
Returns the integer part of a decimal number. |
|
Breaks a real number into a mantissa and an exponent as a power of 2. |
|
Creates an initial value for the random number generator. |
|
Returns the absolute value of an integer. |
|
Returns the smallest integer that is not less than the value that the number argument contains. |
|
Computes the exponential function. |
|
Returns the greatest integer that is not greater than the value that the number argument contains. |
|
Calculates the natural logarithm. |
|
Returns the largest of one or more values. |
|
Returns the smallest of one or more values. |
|
Returns a random real number between 0 and 1. |
|
Calculates the square root. |
|
Calculates x to the power of y. |
|
Rounds a value up or down. |