IMSL C# Numerical Library

Complex.Sin Method 

Returns the sine of a Complex.

public static Complex Sin(
   Complex z
);

Parameters

z
A Complex object.

Return Value

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

Complex Class | Imsl.Math Namespace | Sinh