ABS
|
Returns the absolute value of a number |
ADD
|
Adds two or more numbers together |
DECREMENT
|
Subtracts one from a number |
DIV
|
Divides one number by another and returns the result, including
the remainder |
EQ
|
Determines whether or not two values to are equal to each
other |
INCREMENT
|
Adds one to a number, usually a value being used as a
counter |
MOD
|
Return the modulus or integer remainder after dividing one
number by another |
MULTIPLY
|
Multiplies two or more numbers |
ROUND
|
Rounds a decimal number based on specified precision |
SUBTRACT
|
Subtracts one number from another and returns the difference |