COT(X)
X
Returns the cotangent of X.
mysql> SELECT COT(12); -> -1.5726734063977 mysql> SELECT COT(0); -> NULL
SELECT COT(12);
SELECT COT(0);