Skip to content

Instantly share code, notes, and snippets.

@zeroeth
Created February 10, 2011 16:12
Show Gist options
  • Save zeroeth/820792 to your computer and use it in GitHub Desktop.
Save zeroeth/820792 to your computer and use it in GitHub Desktop.
number = -6.0/0.0
=> -Infinity
number.nan?
=> false
number.infinite?
=> -1
number.finite?
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment