Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.13.0 source code.tar.gz | 2025-03-03 | 29.2 kB | |
0.13.0 source code.zip | 2025-03-03 | 38.6 kB | |
README.md | 2025-03-03 | 395 Bytes | |
Totals: 3 Items | 68.2 kB | 0 |
💥 Breaking changes
BigDecimal::ofUnscaledValue()
no longer throws an exception if the scale is negativeMathException
now extendsRuntimeException
instead ofException
; this reverts the change introduced in version0.11.0
(#82)
✨ New features
BigDecimal::ofUnscaledValue()
allows a negative scale (and converts the values to create a zero scale number)