Skip to content

0.3.5

Compare
Choose a tag to compare
@BenMorel BenMorel released this 31 Mar 18:02

Backport of two bug fixes from the 0.5 branch:

  • BigInteger::parse() did not always throw InvalidArgumentException as expected
  • Dividing by a negative power of 1 with the same scale as the dividend could trigger an incorrect optimization which resulted in a wrong result. See #6.