  | NMathFunctionsTanh(DoubleComplex) Method | 
            Calculates the hyperbolic tangent of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleComplex Tanh(
	DoubleComplex c
)
Public Shared Function Tanh ( 
	c As DoubleComplex
) As DoubleComplex
public:
static DoubleComplex Tanh(
	DoubleComplex c
)
static member Tanh : 
        c : DoubleComplex -> DoubleComplex Parameters
- c  DoubleComplex
 - A complex number.
 
Return Value
DoubleComplexThe hyperbolic tangent of 
c.
See Also