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