Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created March 5, 2010 01:40
Show Gist options
  • Select an option

  • Save brianleroux/322362 to your computer and use it in GitHub Desktop.

Select an option

Save brianleroux/322362 to your computer and use it in GitHub Desktop.
Number.MAX_VALUE*1.0000000000000001 === (1/0) // false
Number.MAX_VALUE*1.0000000000000002 === (1/0) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment