ABS ER function

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.

Additional resources

Mathematical functions