Math methods
Returns the absolute value of an integer. |
|
Calculates the arc cosine. |
|
Calculates the arc sine. |
|
Calculates the arc tangent. |
|
Calculates the arc tangent of a fraction. |
|
Converts ASCII string to a floating-point number. |
|
Converts ASCII string to an integer. |
|
Converts ASCII string to an integer. |
|
Rounds up. |
|
Calculates the cosine. |
|
Calculates the hyperbolic cosine. |
|
Integer division, returns quotient & remainder. |
|
Computes the exponential function. |
|
Absolute value. |
|
Rounds down. |
|
Modulus, calculate remainder. |
|
Breaks into a mantissa and an exponential power of 2. |
|
Returns the absolute value of an integer. |
|
Calculates mantissa * 2 ^ exp. |
|
Integer division, returns quotient & remainder. |
|
Calculates the natural logarithm. |
|
Calculates the base-ten logarithm. |
|
Returns the largest of one or more values. |
|
Returns the minimum of one or more values. |
|
Splits a value into integer and fractional parts. |
|
Calculates x to the power of y. |
|
Generates a random number. |
|
Calculates the sine. |
|
Calculates the hyperbolic sine. |
|
Calculates the square root. |
|
Seeds random number generator. |
|
Calculates the tangent. |
|
Calculates the hyperbolic tangent. |
Returns the absolute value of an integer. |
|
Calculates the arc cosine. |
|
Calculates the arc sine. |
|
Calculates the arc tangent. |
|
Calculates the arc tangent of a fraction. |
|
Rounds up. |
|
Calculates the cosine. |
|
Computes the exponential function. |
|
Rounds down. |
|
Calculates the natural logarithm. |
|
Returns the largest of one or more values. |
|
Returns the minimum of one or more values. |
|
Calculates x to the power of y. |
|
Returns a random number. |
|
Rounds value up or down. |
|
Calculates the sine. |
|
Calculates the square root. |
|
Calculates the tangent. |