Functions
IMLOG
Logarithm of a complex number to a given base
When to use it
When do I use IMLOG instead of IMLOG10 or IMLOG2?
Use IMLOG when you need the logarithm of a complex number at an arbitrary base; use IMLOG10 or IMLOG2 as shortcuts for the common bases 10 and 2.
Used in
Syntax
IMLOG(complex, base)