Log2
Log2(z)
returns the base-
2
logarithm ofz
.Log2(z)
will be converted toLog(z)/Log(2)
in symbolic mode.
See
Examples
>> Log2(4 ^ 8)16
>> Log2(5.6)2.48543
>> Log2(E ^ 2)2/Log(2)
Implementation status
- ✅ - full supported
Log2(z)
returns the base-
2
logarithm ofz
.Log2(z)
will be converted toLog(z)/Log(2)
in symbolic mode.
See
>> Log2(4 ^ 8)16
>> Log2(5.6)2.48543
>> Log2(E ^ 2)2/Log(2)