What finite precision does to an otherwise correct algorithm.
Colour is the family; a dashed line is the second member of it.
Carries a running compensation for the low-order bits lost in each addition, making the error of a long sum independent of its length. · 1965
Keeps float32's eight exponent bits and spends the savings on significand instead. The same range as single precision, so values that were representa… · 2018
Subtracting two nearly equal values discards the leading digits they agree on and promotes rounding error into the result. The reason a mathematicall…
How much a problem amplifies error in its input. Separates a badly behaved problem from a badly written algorithm, which is a distinction worth makin…
Numbers as sign, exponent and significand, so a fixed budget of bits spans a huge range at constant relative precision. Every result below is a conse…
Sixteen bits: five of exponent, ten of significand. Halves bandwidth and doubles the working set that fits in cache, at a range narrow enough to matt…