Please consider the following code:
var first = 345.50 + 0.001;
var second = 345.51 + 0.001;
var third = 345.52 + 0.001;
var fourth = 345.53 + 0.001;
var fifth = 345.54 + 0.001;
Why is the results of the second, third and fourth so very different from the first and fifth??






Bookmarks