Skip to content

0.9.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 18 Aug 10:00
· 137 commits to master since this release

πŸ‘Œ 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