IMSIN (sine of a complex number)

<< Click to Display Table of Contents >>

IMSIN (sine of a complex number)

Syntax:

IMSIN(ComplexNumber)

Description:

Returns the sine of a complex number.

ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMSIN("2+4i") returns 24.8313058489464 - 11.3566127112182i

See also:

COMPLEX, IMCOS