Skip to content

Instantly share code, notes, and snippets.

@spp
Created October 26, 2009 07:21
Show Gist options
  • Save spp/218475 to your computer and use it in GitHub Desktop.
Save spp/218475 to your computer and use it in GitHub Desktop.
10.3 - 10
# 0.300000000000001
a = 10.3 - 10
# 0.300000000000001
b = 0.300000000000000
# 0.300000000000000
a == b
# false
(a + 10) == (b + 10)
# true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment