COSH (Lakehouse v2)
Returns the hyperbolic cosine of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.cosh(<x>)Analyze Examples
Section titled “Analyze Examples”func.cosh(0)
┌─────┐│ 1.0 │└─────┘SQL Syntax
Section titled “SQL Syntax”COSH(<x>)SQL Examples
Section titled “SQL Examples”SELECT COSH(0);
┌─────┐│ 1.0 │└─────┘