Formualizer Docs
ReferenceFunctionsMath Functions

RADIANS

Converts an angle from degrees to radians.

Summary

Converts an angle from degrees to radians.

Remarks

  • Use this before trigonometric functions when your source angle is in degrees.
  • Output is degrees * PI() / 180.

Examples

Convert 180°
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
3.141592653589793
Convert 45°
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
0.7853981633974483

FAQ

When should I wrap angles with RADIANS?

Use it whenever your source angle is in degrees and the downstream trig function expects radians.

Runtime metadata

Category

Math

Signature

RADIANS(arg1: Any)

Arity

min 1, max 1

Arguments

arg1

Any · Scalar

Caps

PUREELEMENTWISENUMERIC_ONLY

Source

On this page