Skip to content

Returns the cotangent of x, where x is given in radians.

func.cot( <x> )
func.cot(12)
┌─────────────────────┐
│ func.cot(12) │
├─────────────────────┤
-1.5726734063976895
└─────────────────────┘
COT( <x> )
SELECT COT(12);
┌─────────────────────┐
cot(12) │
├─────────────────────┤
-1.5726734063976895
└─────────────────────┘