MySQL tutorial: RADIANS [EN]
top of page
CerebroSQL

MySQL: 

RADIANS

Syntax:
RADIANS(X)

Returns the argument X, converted from degrees to radians. (Note that
? radians equals 180 degrees.)

Example

mysql> SELECT RADIANS(90);
-> 1.5707963267949

bottom of page