CeilLog2(x) = min i: 2^i >= x FloorLog2(x) = max i: 2^i <= x
Attach a file by drag & drop or click to upload