What\'s going on?! Subtraction works fine until I get to 0.1 - 0.1. I\'m in visual c# 2008 using the nonoba.com API.
Console.WriteLine(\"hit! \" + Users[targ
Slighly offtopic, but here's an interesting read that describes why cos(x) != cos(y) can be true even if x == y:
cos(x) != cos(y)
x == y
http://www.parashift.com/c++-faq-lite/newbie.html#faq-29.18