RADIANS
Converts the specified angle from degrees to radians.
Syntax
=RADIANS(angle)
Arguments
Argument | Type | Description |
---|---|---|
angle | Number | The angle in degrees |
Examples
=RADIANS(180)
→3.1415926535
Converts the angle PI in degrees to radians
=RADIANS(0)
→0
Converts the angle 0 in degrees to radians
=RADIANS(@"Property 1")
→2.1467048313225
Converts the angle in the shape data property "Property 1" (123) in degrees to radians
Updated 9 months ago