<< Click to Display Table of Contents >>
Syntax:
ABS(Number)
Description:
Returns the absolute value of a number, i.e., removes its sign.
Example:
ABS(42) returns 42
ABS(0) returns 0
ABS(-42) returns 42
See also:
SIGN, NEG