Skip to content

Instantly share code, notes, and snippets.

@firejune
Created February 16, 2010 00:38
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 firejune/305155 to your computer and use it in GitHub Desktop.
Save firejune/305155 to your computer and use it in GitHub Desktop.
var n = 79.99 * 100;
//=> 7998.999999999999
Math.floor(n);
//=> 7998
Shit!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment