RADIANS: Converts a value in degrees to a value in radians
2> -- RADIANS: Converts a value in degrees to a value in radians.
3>
4> SELECT RADIANS(0.53543)
5> GO
----------------------------------------
.009345016413953240
(1 rows affected)
Related examples in the same category