BigDecimal rounding to the nearest 5 cents with Java’s BigDecimal
Recently I hat to implement a function that would round to the nearest 5 cents and after googling around a bit I found bits and pieces here and there but none just worked for me, so below you can find a function that should do…