moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.57k stars 440 forks source link

Use $this->round to handle ROUND_UP and ROUND_DOWN #711

Closed arokettu closed 1 year ago

arokettu commented 1 year ago

Fixes #708

frederikbosch commented 1 year ago

Great, thanks!