🗑️ Deprecations
- Not passing a rounding mode to
BigInteger::sqrt()andBigDecimal::sqrt()triggers a deprecation notice: the default rounding mode will change fromDowntoUnnecessaryin 0.15
✨ New features
BigInteger::sqrt()andBigDecimal::sqrt()now support roundingabs()andnegated()methods are now available on the baseBigNumberclass
👌 Improvements
- Alphabet is now checked for duplicate characters in
BigInteger::(from|to)ArbitraryBase() BigNumber::ofNullable()is now marked as@pure