Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Returns the cotangent of x, where x is given in radians, or NULL if x is invalid.
COT (x)
Float or double. NULL if x is NULL or invalid.
select cot(3.14159265359 / 2);
+----------------------------------+
| cot(3.14159265359 / 2) |
+----------------------------------+
| -0.00000000000010341155355510721 |
+----------------------------------+