Click or drag to resize

ComplexMathSin(Complex) Method

Returns the sine 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 Complex Sin(
	Complex z
)

Parameters

z  Complex
Function argument.

Return Value

Complex
The sine of the specified complex function argument z.
See Also