Function
|
Description
|
ABS
|
Returns the absolute value of a number
|
ACOS
|
Returns the inverse cosine of a given number
|
ASIN
|
Returns the inverse sine of a given number
|
ATAN
|
Returns the arctangent of a number
|
CEIL
|
Rounds variables up toward positive infinity
|
COS
|
Returns the cosine of an angle
|
EXP
|
Returns the exponential of a number
|
FLOOR
|
Rounds variables toward negative infinity
|
LOG
|
Returns the natural log of a real expression
|
POWER
|
Raises Base to any power
|
RAND
|
Generates random numbers within a specified range
|
ROUND
|
Returns the value of a number rounded to the specified length or precision.
|
SIGN
|
Indicates whether a numeric value is positive, negative, or zero
|
SIN
|
Returns the sine of the angle in radians
|
SQR
|
Returns the square of a number
|
SQRT
|
Returns the square root of a number
|