Meta.Numerics Library
Tanh Method (z)
Meta.NumericsMeta.NumericsComplexMathTanh(Complex)
Computes the hyperbolic tangent of a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Tanh(
	Complex z
)
Public Shared Function Tanh ( _
	z As Complex _
) As Complex
public:
static Complex Tanh(
	Complex z
)
static member Tanh : 
        z:Complex -> Complex 
Parameters
z (Complex)
The argument.
Return Value
The value of tanh(z).