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