decimal 1.3.0

Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP


Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP

License: MIT License

Changes

- Fixed sqrt of -INF returning -INF rather than NAN. #13
- Disable opcache pass 2 due to numeric string to float casts. Thanks @krakjoe