The original bug involved the Intel Pentium (100-120Mhz, I think) incorrectly performing floating-point calculations with certain number combinations, with errors anywhere from the third digit on up.
Ways of testing your CPU to determine if it has this flaw.
Correct Answer
962,306,957,033 / 11,010,046 = 87,402.6282027341
Incorrect Answer
962,306,957,033 / 11,010,046 = 87,399.5805831329
Correct Answer
4,195,835 / 3,145,727 = 1.33382044913624100
Incorrect Answer
4,195,835 / 3,145,727 = 1.33373906890203759
Another way of testing for this flaw is to use Microsoft Excel and enter the following formula:
=4195835-((4195835/3145727)*3145727)
When entering this formula you should receive a returned result of 0
For more info, look here;
Or, for more depth, look here;
There is a utility to check for it here;
And some light relief here;
Enjoy
