Click or drag to resize

ComplexMathCos(Complex32) Method

Returns the cosine of the specified complex function argument z.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Cos(
	Complex32 z
)

Parameters

z  Complex32
Function argument.

Return Value

Complex32
The cosine of the specified complex function argument z.
See Also