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