Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ABS
function returns the absolute value (modulus) of the specified number as a Real value. In other words, it returns the number without its sign.
Syntax
ABS (number)
Arguments
number
: Real
A numeric value that you want the modulus of.
Return values
Real
The resulting numeric value.
Example
ABS (-1)
returns 1.