Log Base 2 Calculator
Find the base-2 logarithm of a number.
Base-2 logs count doublings — central to computing.
The math behind it
log₂(x) answers: 2 to what power equals x?
Worked example
log₂(256) = 8.
FAQ
Use?
Bits needed to represent values, and algorithm complexity.