Click or drag to resize

NMathFunctionsSin(FloatComplex) Method

Calculates the sine of a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplex Sin(
	FloatComplex c
)

Parameters

c  FloatComplex
A complex number.

Return Value

FloatComplex
The sine of c.
See Also