TANH
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 │
└─────┘
Returns the hyperbolic tangent of a number.
func.tanh(<x>)
func.tanh(0)
┌─────┐
│ 0.0 │
└─────┘
TANH(<x>)
SELECT TANH(0);
┌─────┐
│ 0.0 │
└─────┘