math arcsinh for math

Returns the inverse of the hyperbolic sine function.

Signature

> math arcsinh

Input/output types:

inputoutput
list<number>list<number>
numbernumber

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