math arcsinh
for math
Returns the inverse of the hyperbolic sine function.
Signature
> math arcsinh {flags}
Input/output types:
input | output |
---|---|
list<number> | list<float> |
number | float |
Examples
Get the arcsinh of 0
> 0 | math arcsinh
0