IMLOG10 Function in Excel returns the common (base 10) logarithm of a supplied complex number.
The Common Logarithm of a complex number z = x + iy is calculated by the equation,
Syntax of IMLOG10 Function in Excel
IMLOG10( inumber )
Where inumber argument is a Complex Number.
Example of IMLOG10 Function in Excel
Formula
- From Row number 2 to 5 IMLOG10 Function takes up complex number as a reference
- In row number 6 IMLOG10 Function takes up complex number(imaginary component) as a value which should be enclosed in double quotes
- In row number 7 IMLOG10 Function takes up real component as a value.
Result
NOTE: #NUM! – Error occurs if,
- supplied inumber argument is not recognized as a complex number.