Skip to content

Instantly share code, notes, and snippets.

@jsl
Created November 29, 2011 18:14
Show Gist options
  • Save jsl/1405788 to your computer and use it in GitHub Desktop.
Save jsl/1405788 to your computer and use it in GitHub Desktop.
Remember to use BigDecimal when multiplying floats in Ruby!
ruby-1.9.2-p290 :001 > 8.19 * 1_000_000.0
=> 8189999.999999999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment