Skip to content

Instantly share code, notes, and snippets.

@akem3210
Created December 17, 2019 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akem3210/a47ef80ffa22d390dce1586aa9c4ae69 to your computer and use it in GitHub Desktop.
Save akem3210/a47ef80ffa22d390dce1586aa9c4ae69 to your computer and use it in GitHub Desktop.
Precision errors?
akem@akem-HP:~$ ruby -e "0.step(1, 0.1){ |i| puts i }"
0.0
0.1
0.2
0.30000000000000004
0.4
0.5
0.6000000000000001
0.7000000000000001
0.8
0.9
1.0
akem@akem-HP:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment