RADIANS
Converts a given angle in degrees to its value in radians.
Syntax
RADIANS(X)
Arguments
X
Type: numeric
A numeric value representing an angle in degrees.
Returns
Type: double
X number of degrees expressed as a number in radians.
Examples
| X | Output |
|---|---|
| 1 | 0.017453292519943295 |
| 1 + 1 | 0.03490658503988659 |
| 0 | 0.0 |
| 1.1 | 0.019198621771937624 |
| -1 | -0.017453292519943295 |