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