Math Numeric Functions MySQL Tutorial

mysql>
mysql> SELECT ASIN(0.2);
+------------------+
| ASIN(0.2)        |
+------------------+
| 0.20135792079033 |
+------------------+
1 row in set (0.00 sec)
mysql>