Use ASIN : ASIN « Math « SQL / MySQL






Use ASIN

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








Related examples in the same category