IMLOG10 Function
The IMLOG10 function in Google Sheets returns the base-10 logarithm of a complex number.
Syntax
IMLOG10(value)
value
: The complex number for which you want to compute the logarithm.
Examples
- Basic Base-10 Logarithm Calculation
Compute the base-10 logarithm of the complex number 1+2i:
=IMLOG10("1+2i")
This will output 0.397+0.245i.
Notes
- The complex number should be in text format (e.g., ā1+2iā).