IMLOG10 (base-10 logarithm of a complex number)

Navigation:  Formulas and functions > Functions from A to Z >

IMLOG10 (base-10 logarithm of a complex number)

Previous pageReturn to chapter overviewNext page

Syntax:

IMLOG10(ComplexNumber)

Description:

Returns the base-10 logarithm of a complex number.

ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMLOG10("2+4i") returns 0.650514997831991 + 0.480828578784234i

See also:

COMPLEX, IMLN, IMLOG2