| Package Information |
| Summary |
Arbitrary precision floating-point decimal |
| Maintainers |
Rudi Theunissen <
rtheunissen at php dot net >
(lead)
[details]
|
| License |
MIT License |
| Description |
Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP |
| Homepage |
https://php-decimal.github.io/
|
Release notes
Version 1.5.1
(stable)
|
- Fixed isPositive/isNegative to return false for zero values (per GDA spec). - Added get_properties_for handler for array cast, var_export, and debug output. - Version bump to 1.5.1. |