Skip to main content
Version: 2.5

radians

Description​

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)