Use COT : COT « Math « SQL / MySQL






Use COT

 
/*
mysql> select COT( 0.3);
+-----------------+
| COT( 0.3)       |
+-----------------+
| 3.2327281437658 |
+-----------------+
1 row in set (0.00 sec)


*/  
select COT( 0.3);


           
         
  








Related examples in the same category

1.COT(value)
2.Use the COT() function to determine the cotangent of a number: COT()