Name

COT()

Synopsis

COT(number)

This function returns the cotangent of a number. Here is an example:

SELECT COT(1);

+------------+
| COT(1)     |
+------------+
| 0.64209262 |
+------------+

Get MySQL in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.