IMCOTH
Description
Returns the hyperbolic cotangent of a complex number.
Syntax
IMCOTH(
inumber
)
- inumber: The complex number. Specify the number as text in either x+yi or x+yj format, where the x component or y component is optional.
Example
Formula | Result |
|---|---|
=IMCOTH( "3 + 4i" ) | 0.9992669278059017-0.0049011823943044056i |
=IMCOTH(3) | 1.004969823313689 |