Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created August 23, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/1c2950c5933c684c21ea to your computer and use it in GitHub Desktop.
Save angelovstanton/1c2950c5933c684c21ea to your computer and use it in GitHub Desktop.
Console.WriteLine("IsInfinity(3.0 / 0) == {0}.", Double.IsInfinity(3.0 / 0) ? "true" : "false");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment