0.9.0
π Improvements
BigNumber::of()
now accepts.123
and123.
formats, both of which return aBigDecimal
π₯ Breaking changes
- Deprecated method
BigInteger::powerMod()
has been removed - usemodPow()
instead - Deprecated method
BigInteger::parse()
has been removed - usefromBase()
instead