Formualizer Docs
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
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
180
Convert PI/2 radians
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
90

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

arg1

Any · Scalar

Caps

PUREELEMENTWISENUMERIC_ONLY

Source

On this page