DEGREES

Converts the specified angle from radians to degrees.

Syntax

=DEGREES(angle)

Arguments

ArgumentTypeDescription
angleNumberThe angle in radians

Examples

=DEGREES(PI)180
Converts the angle PI in radians to degrees

=DEGREES(0)0
Converts the angle 0 in radians to degrees

=DEGREES(@"Property 1")7047.54551219769746366041
Converts the angle in the shape data property "Property 1" (123) in radians to degrees