DEGREES

DEGREES(angle)

Returns the number of degrees given a number of radians.

angleThe angle in radians that you want converted.

REMARKS
* If "angle" is not numeric, then #VALUE! is returned.
* You can use the RADIANS function to return the number of radians given a number of degrees.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=DEGREES(1) = 57.296
2=DEGREES(PI()) = 180
3=DEGREES(PI()/2) = 90
4=DEGREES(0.5) = 28.648
5=DEGREES(-1) = -57.296
6=DEGREES(0) = 0
7=DEGREES(500) = 28648
8=DEGREES(-500) = -28648
9=DEGREES("some text") = #VALUE!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top