IMCSC
Returns the cosecant of a complex number.
EngineeringEngineering & Science
What it does
Calculates cosecant of a complex number.
Syntax
IMCSC(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Csc
Csc of 1+i.
FORMULA
=IMCSC("1+i")RESULT
0.62-0.41i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |