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.3.0
(stable)
|
- Fixed sqrt of -INF returning -INF rather than NAN. #13 - Disable opcache pass 2 due to numeric string to float casts. Thanks @krakjoe |