DEGREES

The DEGREES function converts a radian value to its equivalent in sexagesimal degrees.

Syntax

DEGREES(
    value
)

Parameters
  • value: Angle in radians for which you want to obtain the equivalent in degrees.
Returned value

The DEGREES function returns a real number.

Examples

In this example we convert various angles expressed in radians into degrees:

DEGREES function. Example of use

Related functions
Category
Mathematical and trigonometric
Submitted by admin on Tue, 12/04/2018 - 12:53