Returns the inverse hyperbolic cosine (arc cosh) of a Complex
, with a branch cut at values less than one along the real axis.
Complex
object. A newly constructed Complex
initialized to the inverse (arc) hyperbolic cosine of the argument. The real part of the result is non-negative and its imaginary part is in the interval .
Specifically, if z = x+iy,
.
returns .
returns .
returns .
returns , for finite x.
returns , for positive-signed finite y.
returns , for positive-signed finite y.
returns .
returns .
returns , for finite x.
returns , for finite y.
returns .
Complex Class | Imsl.Math Namespace