abs
|
Math functions |
SYNTAX | abs( NUMBER ) abs( ARRAY ) |
RETURNS | NUMBER ARRAY |
FUNCTION | Calculates the absolute value of the NUMBER or ARRAY. |
EXAMPLE | The formula "abs( -15 )" will return +15; the formula "abs( 15)" also returns +15. |
SEE ALSO |
The abs function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.