Function twenty_first::shared_math::other::count_bits
source · [−]Expand description
Count bits required to represent an unsigned number. Inspired by and similar to
BigInteger’s bits()
method.
Count bits required to represent an unsigned number. Inspired by and similar to
BigInteger’s bits()
method.