Skip to content

Instantly share code, notes, and snippets.

@tksmaru
Last active December 16, 2015 07:18
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 tksmaru/5397572 to your computer and use it in GitHub Desktop.
Save tksmaru/5397572 to your computer and use it in GitHub Desktop.
0.1を10回足しあわせても1にはならないよ
double count = 0;
10.times {
count += 0.1
}
print count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment