0.4.0
Breaking Changes
- Deprecated method
BigRational::toMoney()
has been removed, useBigRational::to()
instead; BigRational::__toString()
now always outputs the amount in non-simplified rational form.
New methods
BigRational::simplified()
returns a copy of the money with the amount simplified.