Mathematical |
Scroll |
Function |
Description |
---|---|
Returns the absolute value of a number |
|
Adds two or more numbers together |
|
Subtracts one from a number |
|
Divides one number by another and returns the result, including the remainder |
|
Determines whether or not two values to are equal to each other |
|
Adds one to a number, usually a value being used as a counter |
|
Return the modulus or integer remainder after dividing one number by another |
|
Multiplies two or more numbers |
|
Rounds a decimal number based on specified precision |
|
Subtracts one number from another and returns the difference |