- `Y = asinh (X)`

Compute the inverse hyperbolic sine for each element of `X`.

This is defined as

> > `%asinh(z) = ln(sqrt(1+z^2)+z)%`

See also: `sinh`.

### References

- https://www.mathworks.com/help/matlab/ref/asinh.html
- https://octave.sourceforge.io/octave/function/asinh.html
- https://mathworld.wolfram.com/InverseHyperbolicFunctions.html
- https://en.wikipedia.org/wiki/Inverse_hyperbolic_functions
