Brick\Math v0.9.1 Release Notes

Release Date: 2020-08-19 // over 3 years ago
  • ๐Ÿฑ โœจ New features

    • BigInteger::not() returns the bitwise NOT value

    ๐Ÿ› ๐Ÿ› Bug fixes

    • BigInteger::toBytes() could return an incorrect binary representation for some numbers
    • The bitwise operations and(), or(), xor() on BigInteger could return an incorrect result when the GMP extension is not available