ReferenceFunctionsMath Functions
DEGREES
Converts an angle from radians to degrees.
Summary
Converts an angle from radians to degrees.
Remarks
- Useful when converting the output of inverse trig functions.
- Output is
radians * 180 / PI().
Examples
Convert PI radians
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
180
Convert PI/2 radians
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
90
Related functions
FAQ
Does DEGREES change the angle value or just units?
It converts units only, multiplying radians by 180/PI().
Runtime metadata
Category
Math
Signature
DEGREES(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PUREELEMENTWISENUMERIC_ONLY
Source