Click or drag to resize

ComplexMathSin Method

Computes the sine of a complex number.

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

Parameters

z
Type: Meta.NumericsComplex
The argument.

Return Value

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