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