Skip to content

Instantly share code, notes, and snippets.

@veader
Created November 18, 2015 19:09
Show Gist options
  • Save veader/83ab70ff65c1dbac62a7 to your computer and use it in GitHub Desktop.
Save veader/83ab70ff65c1dbac62a7 to your computer and use it in GitHub Desktop.
# ruby 2.1.6
irb(main):006:0> 0.30 * 100
=> 30.0
irb(main):007:0> 0.29 * 100
=> 28.999999999999996
irb(main):008:0> 0.28 * 100
=> 28.000000000000004
irb(main):009:0> 0.27 * 100
=> 27.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment