Erasure recovery starts with exact arithmetic in a tiny field.
Use a tiny field
This toy works in GF(5), so every result is reduced back into the field.
field size=5
The allowed numbers
The field values are 0, 1, 2, 3, and 4.
Wrapping is exact
If a calculation reaches 5, it wraps to 0 because we reduce modulo 5.
5≡0(mod5)
Summary
The table will only show field values. No decimal approximation is involved.
exact field arithmetic