Skip to content

Instantly share code, notes, and snippets.

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