Brick\Math v0.4.0 Release Notes

Release Date: 2015-06-12 // almost 9 years ago
  • 🚚 Rounding modes have been removed from BigInteger, and are now a concept specific to BigDecimal.

    BigInteger::dividedBy() now always returns the quotient of the division.