Related Topics: | ||
Description: Converts radians to degrees.
Syntax: DEGREES(Angle)
Angle is the angle in radians that you want to convert.
Remarks:
When used in a RENO flowchart, Angle 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:
DEGREES(PI()) = 180 [the degrees of pi in radians]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.