Click or drag to resize

ComplexMath.Cos Method

Computes the cosine of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Cos(
	Complex z
)

Parameters

z
Type: Meta.Numerics.Complex
The argument.

Return Value

Type: Complex
The value of cos(z).
See Also