The new PECL package decimal-2.0.0 (alpha) has been released at 
https://pecl.php.net/.

Release notes
-------------
- Default decimal precision changed from 28 to 34.
- Decimal operations now use the **minimum** precision of all operands.
- Added `Decimal\Rational` implementation for rational numbers (fractions).
- Added `Decimal\Number` abstract class.
- Performance improvements, reduced object allocations.
- Private constructors, static initializers via `valueOf`.

Package Info
-------------
Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7

Related Links
-------------
Package home: https://pecl.php.net/package/decimal
   Changelog: https://pecl.php.net/package-changelog.php?package=decimal
    Download: https://pecl.php.net/get/decimal-2.0.0.tgz

Authors
-------------
Rudi Theunissen <rtheunis...@php.net> (lead)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to