Contents:
Return the number of words needed to represent a bit width.
bits (int) – Number of bits to represent.
int
wordSize (int) – Word size in bits.
Number of words required.