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