The scientific rounding is more precise when having a large set of numbers which need to be rounded.
- number is odd: round up
- number is even: round down
Without rounding
1.5 + 2.5 + 3.5 + 4.5 + 5.5 + 6.5 + 7.5 + 8.5 + 9.5 = 49.5
Nearest whole number (kaufmännisches Runden)