COT
Returns the cotangent of a number in radians.
Analyze Syntax
func.cot(<x>)
Analyze Examples
func.cot(1)
┌────────────────────┐
│ 0.6420926159343306 │
└────────────────────┘
SQL Syntax
COT(<x>)
SQL Examples
SELECT COT(1);
┌────────────────────┐
│ 0.6420926159343306 │
└────────────────────┘