The RADIANS() function returns the radians of a unit circle with a perimeter of 2*π (PI) from the degree specification in "Number".
The SIN(), COS(), COT() and TAN() functions require radians as an argument.
Given a degree of 180, the function returns π (PI).
The function returns NULL if the argument is NULL.
RADIANS() is the inverse function of DEGREES() |