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