TAN(X) returns the tangent of X, where X is given in radians. : TAN : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » TAN »

 

TAN(X) returns the tangent of X, where X is given in radians.


mysql>
mysql> SELECT TAN(PI());
+-----------------------+
| TAN(PI())             |
+-----------------------+
| -1.2246063538224e-016 |
+-----------------------+
row in set (0.00 sec)

mysql>
mysql> SELECT TAN(PI()+1);
+-----------------+
| TAN(PI()+1)     |
+-----------------+
1.5574077246549 |
+-----------------+
row in set (0.00 sec)



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» TAN