Download Latest Version 0.14.0 source code.tar.gz (29.7 kB)
Email in envelope

Get an email when there's a new version of Brick\Math

Home / 0.14.0
Name Modified Size InfoDownloads / Week
Parent folder
0.14.0 source code.tar.gz 2025-08-29 29.7 kB
0.14.0 source code.zip 2025-08-29 39.3 kB
README.md 2025-08-29 462 Bytes
Totals: 3 Items   69.5 kB 0

New features

  • New methods: BigInteger::clamp() and BigDecimal::clamp() (#96 by @JesterIruka)

Improvements

  • All pure methods in BigNumber classes are now marked as @pure for better static analysis

💥 Breaking changes

  • Minimum PHP version is now 8.2
  • BigNumber classes are now readonly
  • BigNumber is now marked as sealed: it must not be extended outside of this package
  • Exception classes are now final
Source: README.md, updated 2025-08-29