...
This non-compliant code example takes the mean of 10 ten numbers, and then checks to see if the mean matches the first number. It should, since because the 10 ten numbers are all 10.1
. Yet, due to the imprecision of floating-point arithmetic, the computed mean does not match the numbers.
...