Exact Decimal Arithmetic
Every figure is computed in scaled integers rather than floating point. 0.1 plus 0.2 is 0.3. Each line is rounded to the currency smallest unit, and the totals are derived from the rounded lines, so nothing on the page is a cent away from anything else.


