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 2.0.0
(alpha)
|
- 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`. |