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