RADIANS

RADIANS(angle)

Returns the number of radians given the number of degrees.

angleThe angle in degrees you want to convert.

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

 A
1=RADIANS(180) = 3.142
2=RADIANS(90) = 1.571
3=RADIANS(45) = 0.785
4=RADIANS(1000) = 17.453
5=RADIANS("some text") = #VALUE!


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