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
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
3.141592653589793
Convert 45°
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.7853981633974483
Related functions
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
arg1Any · Scalar
Caps
PUREELEMENTWISENUMERIC_ONLY
Source