Skip to content

Instantly share code, notes, and snippets.

@sh1mmer
Created February 15, 2010 22:23
Show Gist options
  • Save sh1mmer/305052 to your computer and use it in GitHub Desktop.
Save sh1mmer/305052 to your computer and use it in GitHub Desktop.
var bignum = 1e300;
var ∞ = 1e400; //Infinity
alert(∞ - bignum); //Infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment