Related Topics: | ||
Description: Returns the positive square root.
Syntax: SQRT(Number)
Number is the number for which you want the square root.
Remarks:
Number cannot be negative.
When used in a RENO flowchart, Number 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:
SQRT(16) = 4
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.