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.2.0
(stable)
|
- Change signum of NAN returning 1, now throws RuntimeException. #10 - Change toInt of NAN and INF returning 0, now throws RuntimeException. #11 - Fix pthreads incompatibility (properly). #12 |