IMLOG2
Returns the base-2 logarithm of a complex number.
EngineeringEngineering & Science
What it does
Calculates base-2 log of complex number.
Syntax
IMLOG2(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Log2
Log2 of 1+i.
FORMULA
=IMLOG2("1+i")RESULT
0.5+1.13i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |