IMCOT
Returns the cotangent of a complex number.
EngineeringEngineering & Science
What it does
Calculates cotangent of a complex number.
Syntax
IMCOT(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Cot
Cot of 1+i.
FORMULA
=IMCOT("1+i")RESULT
0.21-0.86i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |