math arcsinh
for math
Returns the inverse of the hyperbolic sine function.
Signature
> math arcsinh
Input/output types:
input | output |
---|---|
list<number> | list<number> |
number | number |
Examples
Get the arcsinh of 0
> 0 | math arcsinh
0
Tips: Command math arcsinh
was not included in the official binaries by default, you have to build it with --features=extra
flag