Round half even and odd
Opened this issue · 4 comments
josecelano commented
It would be nice to have the same round modes than round() PHP function:
castarco commented
Buenas @josecelano ,
yep, it's an interesting idea :) . I'm working on a big refactoring of this library (currently I'm on the design phase) and I haven't many time for this feature, but if you know how to implement it, I invite you to make a pull request.
Thanks for the idea.
josecelano commented
I do not know how to do it (I have not thougth about it). I am using this library to implement a BigMoney class:
moneyphp/money#7
I am going to finish my implementation and I will try to find a solution.
josecelano commented
I have found this library:
https://github.com/keiosweb/moneyright/blob/master/src/Math.php
castarco commented
@josecelano thx, I'll take a look.