%Abs function


Old name
%AbsR
Function
The function returns the absolute value of a number. Result is a real number.
Declaration
REAL %Abs(
   REAL in number
 )

Parameters
number Function argument.

Example
%AbsR(-1)