In: Technology | 548 days ago
This function returns the base-2 logarithm of a complex number in x+yi or x+yj text format. Syntax: IMLOG2(inumber). inumber is a complex number for which you want to find the base logarithm. Eg: IMLOG2("3+4i) returns the base-2 logarithm of 3+4i as (2.321928 + 1.337804i).
244 days ago