analysis/
mg_acosh.pro
Routines
top mg_acosh
result = mg_acosh(z)
Inverse hyperbolic cosine. Uses the formula:
$$\text{acosh}(z) = \ln(z + \sqrt{z + 1} \sqrt{z - 1})$$
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 = 2.5 * findgen(1000) / 999. + 1.
IDL> plot, x, mg_acosh(x), xstyle=1
File attributes
Modification date: | Fri May 16 14:34:54 2014 |
Lines: | 4 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.