COT (Lakehouse v1)
Returns the cotangent of x, where x is given in radians.
Analyze Syntax
Section titled “Analyze Syntax”func.cot( <x> )Analyze Examples
Section titled “Analyze Examples”func.cot(12)
┌─────────────────────┐│ func.cot(12) │├─────────────────────┤│ -1.5726734063976895 │└─────────────────────┘SQL Syntax
Section titled “SQL Syntax”COT( <x> )SQL Examples
Section titled “SQL Examples”SELECT COT(12);
┌─────────────────────┐│ cot(12) │├─────────────────────┤│ -1.5726734063976895 │└─────────────────────┘