tanh
function
Applies to: Databricks SQL Databricks Runtime
Returns the hyperbolic tangent of expr
.
Syntax
tanh(expr)
Arguments
expr
: An expression that evaluates to a numeric expressing the hyperbolic angle.
Returns
A DOUBLE.
Examples
> SELECT tanh(0);
0.0