Related Topics: | ||
Description: Returns the absolute value of a number. The absolute value of a number is the number without its sign.
Syntax: ABS(Number)
Remarks:
When used in a RENO flowchart, the function must evaluate to a numerical value. It can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
ABS(-2) = 2
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.