🗑️ Deprecations
- Passing a negative modulus to
BigInteger::mod()is deprecated to align with Euclidean modulo semantics; it will throwNegativeNumberExceptionin 0.15 - Method
BigDecimal::stripTrailingZeros()is deprecated, usestrippedOfTrailingZeros()instead
✨ New features
BigInteger::modPow()now accepts negative bases- New method:
BigDecimal::strippedOfTrailingZeros()(replacesstripTrailingZeros())
👌 Improvements
clamp()methods are now marked as@pure