Brick\Math v0.8.13 Release Notes

Release Date: 2020-02-16 // about 4 years ago
  • ๐Ÿ†• โœจ 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