Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the value of an angle from radians to degrees.
Syntax
DEG(angle )
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
angle |
Required |
String |
The value of the angle in radians. |
Example
DEG(PI( )/4)
Returns 45