IMLOG10 Function in Google Sheets

Compute the base-10 logarithm of a complex number using the IMLOG10 function.

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

  1. 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ā€).
  • IMLOG: Compute the logarithm of a complex number with a specified base.
  • IMLN: Compute the natural logarithm of a complex number.