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 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`. |