DEGREES
Converts the specified angle from radians to degrees.
Syntax
=DEGREES(angle)
Arguments
Argument | Type | Description |
---|---|---|
angle | Number | The 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
Updated 9 months ago