Returns the inverse hyperbolic sine (arc sinh) of a Complex,
with branch cuts outside the interval [-i,i].
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Asinh( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Asinh ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Asinh( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
A newly constructed Complex initialized to the inverse (arc) hyperbolic sine of the argument. Its imaginary part is in the interval![[-i\pi/2,i\pi/2]](eqn/eqn_0754.png)
Remarks
Specifically, if z = x+iy,
and asinh is odd.
returns
.
returns
.
returns
for positive-signed finite x.
returns
for positive-signed finite y.
returns
(where the sign of the real part of the result is unspecified).
returns
.
returns
.
returns
, for finite nonzero y.
returns
, for finite x.
returns
.