elixirmoney / money

Elixir library for working with Money safer, easier, and fun... Is an interpretation of the Fowler's Money pattern in fun.prog.
https://hex.pm/packages/money/
MIT License
826 stars 139 forks source link

How to round? #159

Closed v-raja closed 1 year ago

v-raja commented 3 years ago

I'd like to round Money objects to 0 decimal places. Currently, I have to convert to decimal, round, then convert back to Money. Any neat-er way of doing this?

Nitrino commented 3 years ago

Hi @vivkr There are currently no rounding functions in the library. Pull requests will be welcome

Nitrino commented 1 year ago

Resolved by #177