Overview
Grammar | DEGREES(angle) | Converts radians to degrees. |
Parameter | Angle | The angle in radians to be converted. |
Notes
The function supports only one numerical parameter and returns illegal if more than one numerical parameters are set.
Example
Formula | Result | Notes |
---|---|---|
DEGREES(PI()/2) | 90 | |
DEGREES(3.1415926) | 179.9999969 |