Rounds to specified scale using half-up rounding mode
Decimal halfUp(int scale) { return withScale(scale, RoundingMode.halfUp); }