Gets the hyperbolic tangent of a DoubleComplex number.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Tanh ( _ z As DoubleComplex _ ) As DoubleComplex |
| C# |
|---|
public static DoubleComplex Tanh ( DoubleComplex z ) |
| C++ |
|---|
public: static DoubleComplex Tanh ( DoubleComplex z ) |
Parameters
- z (Extreme.Mathematics.DoubleComplex)
- A DoubleComplex number.
Return Value
The hyperbolic tangent of the complex number.
Remarks
This method extends the Tanh(Double)
method of the Math class to
complex numbers.