Skip to content

Instantly share code, notes, and snippets.

@tobiashm
Created April 30, 2012 17:41
Show Gist options
  • Save tobiashm/2560372 to your computer and use it in GitHub Desktop.
Save tobiashm/2560372 to your computer and use it in GitHub Desktop.
Computer math WTF
Math.round(0.4999999999999999722444243843710865) == 1
Math.round(0.4999999999999999722444243843710864) == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment