Math Package Reference math
Provides higher mathematical functions.
Returns the smallest value that is not less than X, and is equal to an integer.
Guard and body
Returns the largest value that is not greater than X, and is equal to an integer.
Guard and body
Returns the closest integer to X.
Guard and body
Returns the exponential number e raised to the power of X.
Guard and body
Returns the natural logarithm (base e) of X.
Guard and body
Returns the value of X raised to the power of N.
Guard and body
Returns the positive square root of X.
Guard and body
Returns the absolute value of X.
Guard and body
Returns a random number that can be negative.
Guard and body