Skip to content

Returns the cotangent of a number in radians.

func.cot(<x>)
func.cot(1)
┌────────────────────┐
0.6420926159343306
└────────────────────┘
COT(<x>)
SELECT COT(1);
┌────────────────────┐
0.6420926159343306
└────────────────────┘