Skip to content

Instantly share code, notes, and snippets.

@firejune
Created February 16, 2010 00:38
Show Gist options
  • Select an option

  • Save firejune/305155 to your computer and use it in GitHub Desktop.

Select an option

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