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.

TORADIANS(Angle)

ArgumentData typeDescription
AngleNumberThe angle measurement in degrees that you want to convert to radians.

The TORADIANS() function returns a numeric value in radians.

This function is only available in the Polaris Calculation Engine.

SIN(TORADIANS(30))

Returns NaN when Angle is NaN.

FormulaResult
TORADIANS(0)0
TORADIANS(180)3.142
SIN(TORADIANS(30))0.5