Mega Code Archive

 
Categories / MySQL / Math
 

Use SIN

/* mysql> select SIN( 0.3); +------------------+ | SIN( 0.3)        | +------------------+ | 0.29552020666134 | +------------------+ 1 row in set (0.00 sec) */   select SIN( 0.3);