asinh
function
Applies to: Databricks SQL
Databricks Runtime
Returns the inverse hyperbolic sine of expr
.
asinh(expr)
expr
: An expression that evaluates to a numeric.
The result type is DOUBLE.
If the argument is out of bound, NaN
.
> SELECT asinh(0);
0.0