Find the next power of two
>>> nextpow2(5) 8 >>> nextpow2(250) 256
Enter search terms or a module, class or function name.