0.3 - 0.2 == 0.2 - 0.1 is falsy. Which language gets this right? 14 years agobc gets it right $ bc -l -q .3 - .2 == .2 - .1 1 0ThreadHN