Returns the base-10 logarithm of the given complex number.
Sample Usage
IMLOG10("i")
IMLOG10(C5)
Syntax
IMLOG10(complex_number)
- complex_number - The complex number whose common logarithm is to be computed.
Examples
IMLOG10("i") returns a value of 0.6821881769209206i
IMLOG10(C5) returns the base-10 logarithm of the complex number in cell C5.