analysis/
mg_asinh.pro
Routines
top mg_asinh
result = mg_asinh(z)
Inverse hyperbolic sine. Uses the formula:
$$\text{asinh}(z) = \ln(z + \sqrt{1 + z^2})$$
Return value
float, double, complex, or double complex depending on the input
Parameters
- z in required type=numeric
input
Examples
The arc hyperbolic sine function looks like:
IDL> x = 10. * findgen(1000) / 999. - 5.
IDL> plot, x, mg_asinh(x), xstyle=1
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 4 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.