Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
asinh
Applies to: Databricks SQL Databricks Runtime
Returns the inverse hyperbolic sine of expr.
expr
asinh(expr)
expr: An expression that evaluates to a numeric.
The result type is DOUBLE.
If the argument is out of bound, NaN.
NaN
> SELECT asinh(0); 0.0
sin function
asin function