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


MySQL TUTORIALS » Math Numeric Functions » DEGREES »

 

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


mysql>
mysql> SELECT DEGREES(PI());
+---------------+
| DEGREES(PI()) |
+---------------+
|           180 |
+---------------+
row in set (0.00 sec)

mysql>
mysql> SELECT DEGREES(PI() 2);
+-------------------+
| DEGREES(PI() 2|
+-------------------+
|                90 |
+-------------------+
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
» DEGREES