The TODEGREES() function converts an angle measurement from radians to degrees. Since inverse trigonometric functions like ASIN, ACOS, and ATAN return results in radians, this function helps convert those values into degrees.

The TODEGREES() function can be used in various calculations, including investment portfolio diversification analysis and market trend angle visualization.

TODEGREES(Angle)

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

The TODEGREES() function returns a numeric value in degrees.

This function is only available in the Polaris Calculation Engine.

TODEGREES(ASIN(0.5))

Returns NaN when Angle is NaN.

FormulaResult
TODEGREES(0)0
TODEGREES(PI() / 2)90
TODEGREES(ASIN(0.5))30