Mega Code Archive

 
Categories / MySQL / Math
 

Use ACOS

/* mysql> select ACOS(0.45); +-----------------+ | ACOS(0.45)      | +-----------------+ | 1.1040309877476 | +-----------------+ 1 row in set (0.01 sec) */   select ACOS(0.45);