History of notes-computer-programming-floatingPoint

2015-06-22
21:25 UTC Revision 1 . . . . BayleShanks* Don't Test for Equality; instead, do something like (fabs(x - y) < tolerance) * Worry about Addition and Subtraction more than Multiplication . . .