Categories
Recent releases
Original PECL site
Login
Support
Bugs
PECL
Math
decimal
1.3.0
decimal 1.3.0
Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP
Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP
Download 1.3.0
Documentation
Repository
Bugtracker
Homepage
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