Investment Studio > Expressions > Functions > Math & Trig > ABS
float abs(float argument)
Returns the absolute value of the argument (= the argument without its sign).
Example
=abs(42)
and
=abs(-42)
both return the value 42.
See also sign.