Module bit_math

Module bit_math 

Source

Functionsยง

least_significant_bit
Returns the position of the least significant bit (lowest set bit) in a U256 number.
most_significant_bit
Returns the position of the most significant bit (highest set bit) in a U256 number.