TANH
Learn how to use the TANH math function in PlaidCloud Lakehouse. Returns the hyperbolic tangent of a number - see syntax, examples, and output.
Returns the hyperbolic tangent of a number.
Analyze Syntax
func.tanh(<x>)
Analyze Examples
func.tanh(0)
┌─────┐
│ 0.0 │
└─────┘
SQL Syntax
TANH(<x>)
SQL Examples
SELECT TANH(0);
┌─────┐
│ 0.0 │
└─────┘