abs

Format:
abs(float_expr $\Vert$ scan_id)
Result:
Number, vector
Description:
Returns the absolute value.
e.g.:
x = 3
if (abs(x) > 0) then end