| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.17.0 source code.tar.gz | 2026-03-17 | 43.5 kB | |
| 0.17.0 source code.zip | 2026-03-17 | 56.0 kB | |
| README.md | 2026-03-17 | 328 Bytes | |
| Totals: 3 Items | 99.9 kB | 1 | |
💥 Breaking changes
- Deprecated method
BigDecimal::hasNonZeroFractionalPart()has been removed, use! $number->getFractionalPart()->isZero()instead - Exception constructors and factory methods are now
@internal
✨ Compatibility improvements
BigDecimal::fromFloatExact()now supports 32-bit PHP