radians
Converts x
from an angle to a radian.
Syntaxβ
REDIANS(x);
Parametersβ
x
: supports the DOUBLE data type.
Return valueβ
Returns a value of the DOUBLE data type.
Examplesβ
mysql> select radians(90);
+--------------------+
| radians(90) |
+--------------------+
| 1.5707963267948966 |
+--------------------+
1 row in set (0.00 sec)