Calculates the sine of a complex number.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static DoubleComplex Sin(
	DoubleComplex c
)
Visual Basic (Declaration)
Public Shared Function Sin ( _
	c As DoubleComplex _
) As DoubleComplex
Visual C++
public:
static DoubleComplex Sin(
	DoubleComplex c
)

Parameters

c
Type: CenterSpace.NMath.Core..::.DoubleComplex
A complex number.

Return Value

The sine of c.

See Also