ASIN(X) returns the arc sine of X. Returns NULL if X is not in the range -1 to 1. : ASIN : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » ASIN »

 

ASIN(X) returns the arc sine of X. Returns NULL if X is not in the range -1 to 1.


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

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» ASIN