I use Google Drive spreadsheets to track things. I'll have to look up the exact name, but it is basically the Google version of Microsoft Excel. Today I noticed that when it was summing a certain column of numbers, it was off by one cent. $.01. For the life of me I cannot figure out where the error is. Well, basically when it adds a number that ends in .51 to a number that ends in .11, it comes up with .63 instead of .62. I can't figure out why. At this point it really doesn't matter, and I don't have time right this second to try a bunch of tests, but I'm wondering if anyone has ever caught a program making a math error before.