RADIANS(X) returns the argument X, converted from degrees to radians. : RADIANS : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » RADIANS »

 

RADIANS(X) returns the argument X, converted from degrees to radians.


mysql>
mysql> SELECT RADIANS(90);
+-----------------+
| RADIANS(90)     |
+-----------------+
1.5707963267949 |
+-----------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» RADIANS