Returns the hyperbolic tanh of a Complex.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Tanh( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Tanh ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Tanh( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
A newly constructed Complex initialized to the hyperbolic tangent of the argument.
Remarks
If z = x+iy,
and tanh is odd.
returns
.
returns
, for all positive-signed numbers y.
returns
, for finite x.
returns
(where the sign of the imaginary part of the result is unspecified).
returns
.
returns
, for all nonzero numbers y.
returns
, for finite x.
returns
.