Static library that provides all the
bit level operations for
BigInteger
. The operations are:
- Left Shifting
- Right Shifting
- Bit clearing
- Bit setting
- Bit
counting
- Bit testing
- Getting of the lowest bit set
All operations are provided in immutable way, and some in both mutable
and immutable.