Raj Ohadi wrote:I read the DecimalFormat API and it says its default rounding mode is half-even.
I'm an old
printf() fan (
String.format() works the same way BTW), and with
that you'd use:
but I can't help much with DecimalFormat because I'm no expert. I suspect it has far more options; with
printf()/
String.format() you have to accept its default rounding (whatever that is; probably half-even too).
Winston