Returns the sine of a Complex.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Complex Sin(
Complex z
)
Public Shared Function Sin (
z As Complex
) As Complex
public:
static Complex Sin(
Complex z
)
static member Sin :
z : Complex -> Complex
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
.
See Also