ACOS(X) returns the arc cosine of X. : ACOS : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » ACOS »

 

ACOS(X) returns the arc cosine of X.


mysql>
ACOS(X)returns NULL if X is not in the range -to 1.
mysql>
mysql> SELECT ACOS(1);
+---------+
| ACOS(1|
+---------+
|       |
+---------+
row in set (0.00 sec)

mysql> SELECT ACOS(0);
+-----------------+
| ACOS(0)         |
+-----------------+
1.5707963267949 |
+-----------------+
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
» ACOS