Package Information |
Summary |
Arbitrary precision decimal arithmetic |
Maintainers |
Rudi Theunissen <
rtheunissen at php dot net >
(lead)
[details]
|
License |
MIT License |
Description |
Correctly-rounded arbitrary precision decimal floating-point arithmetic |
Homepage |
https://php-decimal.github.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 |