Back
Rounding Error Accumulation
Key Concepts — Rounding Error Accumulation
01
Rounding introduces a small error each time — errors accumulate over many operations.
02
Carry one extra digit through intermediate calculations; round only the final answer.
03
For n additions with error δ each, total error grows as √n (random) or n (systematic).