Mega Code Archive

 
Categories / MySQL / Math
 

Trigonometry Functions

select DEGREES( 30 ); /* mysql> select DEGREES( 30 ); +-----------------+ | DEGREES( 30 )   | +-----------------+ | 1718.8733853925 | +-----------------+ 1 row in set (0.00 sec) */