Skip to content

Instantly share code, notes, and snippets.

@kaichen
Created October 13, 2010 07:25
Show Gist options
  • Select an option

  • Save kaichen/623632 to your computer and use it in GitHub Desktop.

Select an option

Save kaichen/623632 to your computer and use it in GitHub Desktop.
Math.floor(0.03 * 100) * 0.1
//>>> 0.30000000000000004
Math.floor(0.03 * 100) / 10
//>>> 0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment