Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 11, 2022
Send us feedback
asinh
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