Returns the cotangent of x, where x is given in radians.
x
COT( <x> )
SELECT COT(12); ┌─────────────────────┐ │ cot(12) │ ├─────────────────────┤ │ -1.5726734063976895 │ └─────────────────────┘