What every programmer should know about floating-point arithmetic
A gentle introduction to the subtleties of floating-point computation. It doesn’t have the rigor of the classic article or a proper course on the subject, but it is a far less intimidating starting point for most practicing programmers.
PLEASE learn something about floating-point if you ever write code to harness it for calculation. Chances are, you will be deeply sorry if you don’t.