packagist brick/math 0.8.7

latest releases: 0.14.1, 0.14.0, 0.13.1...
6 years ago

Improvements

  • Safer conversion from float when using custom locales
  • Much faster NativeCalculator implementation 🚀

You can expect at least a 3x performance improvement for common arithmetic operations when using the library on systems without GMP or BCMath; it gets exponentially faster on multiplications with a high number of digits. This is due to calculations now being performed on whole blocks of digits (the block size depending on the platform, 32-bit or 64-bit) instead of digit-by-digit as before.

Don't miss a new math release

NewReleases is sending notifications on new releases.