DEGREES
Description: Converts radians to degrees.
Syntax: DEGREES(Angle)
- Angle is the angle in radians that you want to convert.
Remarks:
- When used in an event analysis 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 ReliaSoft Workbooks
Example:
- DEGREES(PI()) = 180 [the degrees of pi in radians]