Brick\Math v0.3.2 Release Notes

Release Date: 2015-06-07 // almost 9 years ago
  • 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