TRUECALC
Functions

DEGREES

Convert radians to degrees

Try it

When to use it

When should I use DEGREES?

Use DEGREES to convert a radian value returned by trig functions like ASIN or ATAN into the more readable degree format.

Used in

science · engineering

Syntax

DEGREES(angle)

Examples

=DEGREES(ACOS(0)) // => 90
=DEGREES(ACOT(1)) // => 45
=DEGREES(ASIN(1)) // => 90

On this page