Return 2 to the power of floor(log_2(x)).
Finds where 2^n <= x < 2^(n+1) and returns 2^n.
pow2floor()