Count the number of bits used to represent the integer @param a The integer to count @return The number of bits required to represent the integer
See Implementation
Count the number of bits used to represent the integer @param a The integer to count @return The number of bits required to represent the integer