ReferenceFunctionsEngineering Functions
IMLN
IMLN: Returns the natural logarithm of a complex number.
Summary
Produces the principal complex logarithm as text.
Remarks
- Input is coerced to complex-number text before parsing.
- Returns
#NUM!for zero input becauseln(0)is undefined. - Invalid complex text returns
#NUM!.
Examples
Natural log of 1
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Natural log on imaginary axis
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1.5707963267948966i
Related functions
FAQ
Why does IMLN(0) return #NUM!?
The complex logarithm at zero is undefined, so this implementation returns #NUM!.
Runtime metadata
Category
Engineering
Signature
IMLN(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source