Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
tanh
Applies to: Databricks SQL Databricks Runtime
Returns the hyperbolic tangent of expr.
expr
tanh(expr)
expr: An expression that evaluates to a numeric expressing the hyperbolic angle.
A DOUBLE.
> SELECT tanh(0); 0.0
tan function
cosh function
sinh function