The TORADIANS() function converts an angle measurement from degrees to radians. Since trigonometric functions like SIN, COS, and TAN require angles in radians, this function helps convert degrees into radians.
The TORADIANS() function can be used in various calculations, including seasonal sales forecasting and geographic distance calculations.
Syntax
TORADIANS(Angle)
Arguments
| Argument | Data type | Description |
| Angle | Number | The angle measurement in degrees that you want to convert to radians. |
The TORADIANS() function returns a numeric value in radians.
Calculation engine functionality differences
This function is only available in the Polaris Calculation Engine.
Syntax example
SIN(TORADIANS(30))
Additional information
Returns NaN when Angle is NaN.
Excel equivalent
Examples
| Formula | Result |
TORADIANS(0) | 0 |
TORADIANS(180) | 3.142 |
SIN(TORADIANS(30)) | 0.5 |
Example 1: Seasonal sales forecasting
Example 2: Geographic distance calculations