Getting Started
Developer Resources
Indices and Tables
Find the next power of two
>>> int(next_pow_2(5)) 8 >>> int(next_pow_2(250)) 256