Returns the inverse hyperbolic cosine (arc cosh) of a Complex,
with a branch cut at values less than one along the real axis.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Acosh( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Acosh ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Acosh( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
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![[-i\pi,i\pi]](eqn/eqn_0632.png)
Remarks
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
.