Click or drag to resize
ComplexSin Method
Returns the sine of a Complex.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex Sin(
	Complex z
)

Parameters

z
Type: Imsl.MathComplex
A Complex object.

Return Value

Type: Complex
A newly constructed Complex initialized to the sine of the argument.
Remarks
The value of Sin is defined in terms of the function Sinh, by \sin(z) = -i \sinh(iz).
See Also