Returns the base2 logarithm of a complex number.
Syntax
IMLOG2(complex_number)
complex_number: Text representing a complex number. E.g. "2+3j"
Examples
Formula | Result |
=IMLOG2("2+3j") | 1.85021985907054+1.41787163074572j |
=IMLOG2("1-4i") | 2.04373142062517-1.91275056849686i |
=IMLOG2("5j") | 2.32192809488736+2.2661800709136j |
Get a hands-on experience of the function in the embedded range below.
Possible Errors
Errors | Meaning |
#N/A! | |
#NAME! | The function name is incorrect or invalid. The given defined name (if any) is invalid. There is a typo in the defined name used in the function. Double quotes are missing for text values in the function. Colon missing in a cell range reference.
|
#VALUE! | |
#REF! | |
Similar Functions
COMPLEX
IMLN
IMLOG10
LN
LOG
LOG10