Getting Started
Documentation
shift_bit_length()
Example Gallery
Find the closest power of 2 that is superior or equal to the number x.
the closest power of 2 that is superior or equal to the number x
Examples
>>> maad.util.shift_bit_length(1000) 1024