Skip to content

Returns the hyperbolic tangent of a number.

func.tanh(<x>)
func.tanh(0)
┌─────┐
0.0
└─────┘
TANH(<x>)
SELECT TANH(0);
┌─────┐
0.0
└─────┘