Degrees function
Syntax
Degrees(angle)
Description
Use the Degrees function to convert the given angle from radian measurement to degree measurement.
Parameters
| Parameter | Description |
|---|---|
|
angle |
The size of an angle in radians. |
Returns
The size of the given angle in degrees.
Example
The following example returns the equivalent size in degrees of an angle measuring 1.2 radians:
&DEGREE_SIZE = Degrees(1.2);