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