Reference > Functions reference > Number functions
 
Number functions
Number functions are used to manipulate numeric data.
Click a function name for details.
 
This function
Returns
The absolute value of a number.
A number rounded up to the next integer.
The number of ways to uniquely choose numberOfChoices items from a set of size setSize.
The next lowest integer value after dividing a number by a divisor.
The value of the constant e raised to the power of a number.
The factorial of a number stopping at 1 or at the optional numberOfFactors.
A number rounded down to the next lower integer.
The integer part of a number without rounding.
The base-2 logarithm of a number.
The base-e (natural) logarithm of a number.
The base-10 (common) logarithm of a number.
The remainder after a number is divided by a divisor.
A number between 0 and 1, including 0 but not including 1.
A number rounded to the specified precision (number of decimal places).
Any math function with a precision of 16 to 400 digits to the right of the decimal point.
-1 when a number is negative, 0 when zero, and 1 when positive.
The square root of a number.
A number truncated to the specified number of decimal places.
Related topics 
About functions
About formulas