IMLN
Returns the natural logarithm of a complex number.
EngineeringEngineering & Science
What it does
Calculates natural log of a complex number.
Syntax
IMLN(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Ln
Ln of 1+i.
FORMULA
=IMLN("1+i")RESULT
0.34+0.78i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |