Skip to content

0.3.2

Compare
Choose a tag to compare
@BenMorel BenMorel released this 07 Jun 12:56
· 452 commits to master since this release

BigInteger and BigDecimal now have a getSign() method that returns:

  • -1 if the number is negative
  • 0 if the number is zero
  • 1 if the number is positive