IMSIN
Returns the sine of a complex number.
EngineeringEngineering & Science
What it does
Calculates sine of a complex number.
Syntax
IMSIN(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Sine
Sin of 1+i.
FORMULA
=IMSIN("1+i")RESULT
1.29+0.63i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |