Example: 3 bit floating point arithmetic.
a = 11 b = 1.01 a+b = 100.01 exact, 100 rounded.
Fast-Two-Sum (11, 1.01)