bbodi/notecalc3

Feature request: rounding

avimar opened this issue · 2 comments

Hi - I would love a rounding feature, which specifies the number of decimals to keep.

I know there's a lot of rounding strategies, especially for money, but simple rounding would be a great start.

Thanks!

Well as a start, the ceil() function rounds up to the next whole number

Implemented in 0.4.0