Package Information |
Summary |
Arbitrary precision floating-point decimal |
Maintainers |
Rudi Theunissen <
rtheunissen at php dot net >
(lead)
[details]
|
License |
MIT License |
Description |
Adds support for correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7 |
Homepage |
http://php-decimal.io
|
Release notes
Version 1.4.0
(stable)
|
- Added support for PHP 8 (thank you @zlodes) - Added support for mpdecimal 2.5+ - Fixed internal exception when passing negative decimal places to toFixed |