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
Tips: Command math arcsinh was not
included in the official binaries by default, you have to build
it with --features=extra flag