%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


numberFunction argument.
Example


%AbsR(-1)