Mega Code Archive

 
Categories / MySQL / Math
 

Use COS

/* mysql> select COS( 0.3); +------------------+ | COS( 0.3)        | +------------------+ | 0.95533648912561 | +------------------+ 1 row in set (0.01 sec) */   select COS( 0.3);