COT(X) returns the cotangent of X. : COT : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » COT »

 

COT(X) returns the cotangent of X.


mysql>
mysql> SELECT COT(12);
+------------------+
| COT(12)          |
+------------------+
| -1.5726734063977 |
+------------------+
row in set (0.00 sec)

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