Skip to content

Instantly share code, notes, and snippets.

@remy
Created February 16, 2010 14:54
Show Gist options
  • Save remy/305567 to your computer and use it in GitHub Desktop.
Save remy/305567 to your computer and use it in GitHub Desktop.
// note the number to the left of the 'e', 7 and 8 respectively
alert( 1.7976931348623157e+308 === 1.7976931348623158e+308 ); // true!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment