Brick\Math v0.9.0 Release Notes

Release Date: 2020-08-18 // over 3 years ago
  • ๐Ÿฑ ๐Ÿ‘Œ Improvements

    • BigNumber::of() now accepts .123 and 123. formats, both of which return a BigDecimal

    ๐Ÿ’ฅ ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš Deprecated method BigInteger::powerMod() has been removed - use modPow() instead
    • ๐Ÿšš Deprecated method BigInteger::parse() has been removed - use fromBase() instead