Skip to content

0.8.13

Compare
Choose a tag to compare
@BenMorel BenMorel released this 16 Feb 17:36
· 187 commits to master since this release

New features

  • BigInteger::isEven() tests whether the number is even
  • BigInteger::isOdd() tests whether the number is odd
  • BigInteger::testBit() tests if a bit is set
  • BigInteger::getBitLength() returns the number of bits in the minimal representation of the number