ABS
The ABS function is a mathematical function. It returns the absolute value of a number.
Function Name |
ABS |
Description |
Provides the absolute value of a number. |
Arguments |
ABS(INTEGER or REAL) The ABS function can have one input and this can be either an integer or a real floating value—see Number (Integer or Real). |
Returns |
Absolute {Same type as input} The absolute value of the input. The output value is of the same type as the input value (integer or real). |
Example:
ABS(-44)
The output is 44.