IMSIN (sine of a complex number)

Navigation:  Formulas and functions > Functions from A to Z >

IMSIN (sine of a complex number)

Previous pageReturn to chapter overviewNext page

Syntax:

IMSIN(ComplexNumber)

Description:

This 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