@b0rk It could be a bunch of things, like if you're making a game and have various bonuses and drawbacks, and want to check if you're back to zero for some reason, and then instead of checking "am I within epsilon of 0" you check "am I exactly zero", because "all" you're doing is +- some percentage so intuitively it _should_ work.