top of page
Shareware software
Topic
Syntax:
COT(X)
Returns the cotangent of X.
URL: https://dev.mysql.com/doc/refman/8.0/en/mathematical-functions.html
Example
mysql> SELECT COT(12);
-> -1.5726734063977
mysql> SELECT COT(0);
-> out-of-range error
bottom of page