ATAN(X) returns the arc tangent of X : ATAN : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » ATAN »

 

ATAN(X) returns the arc tangent of X


mysql>
mysql> SELECT ATAN(2);
+-----------------+
| ATAN(2)         |
+-----------------+
1.1071487177941 |
+-----------------+
row in set (0.02 sec)

mysql> SELECT ATAN(-2);
+------------------+
| ATAN(-2)         |
+------------------+
| -1.1071487177941 |
+------------------+
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
» ATAN