Calculates the absolute value of a floating-point argument.
Fabs(x)
(f) x floating point number.
(f) returns the absolute value of the argument.
Use this function to calculate the absolute value of a floating point argument. There is no error return.
a = -1.23 Message("Fabs(%a%) is", Fabs(a))