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