IMLOG2 Function
The Excel IMLOG2 function returns the base-2 logarithm of a complex number. For example, given the "-4i" input, the function returns "2-2.2661800709136i" as output.
=IMLOG2("0-4i") // returns 2 - 2.2661800709136i
The real part of the output...Read more