Get started
Load & manage data
Work with data
Administration
Reference & resources
Updated Oct 03, 2023
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.
> SELECT sinh(0); 0.0
cos function
cosh function
sin function
tanh function
tan function