Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Created March 23, 2013 18:38
Show Gist options
  • Save kerryChen95/5228915 to your computer and use it in GitHub Desktop.
Save kerryChen95/5228915 to your computer and use it in GitHub Desktop.
Float number accuracy.
// Why?
// too long? How long is too long?
Math.ceil(3.0000000000000001); // 3
Math.ceil(3.000000000000001); // 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment