Mega Code Archive

 
Categories / MySQL / Math
 

Use ASIN

/* mysql> select ASIN(0.45); +-----------------+ | ASIN(0.45)      | +-----------------+ | 0.4667653390473 | +-----------------+ 1 row in set (0.00 sec) */   select ASIN(0.45);