ABS (Primitive Spread Function) returns the absolute value of the specified value.
SYNTAX:
ABS(value)
REMARKS:
The value argument can be any real number.
EXAMPLES:
ABS(B3)ABS(–4)=4