Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created October 16, 2013 13:43
Show Gist options
  • Save omarqureshi/7007936 to your computer and use it in GitHub Desktop.
Save omarqureshi/7007936 to your computer and use it in GitHub Desktop.
1.9.3p448 :001 > require 'bigdecimal'
=> true
1.9.3p448 :002 > BigDecimal.new('1') / 0
=> #<BigDecimal:7fdc5c0a8350,'Infinity',9(36)>
1.9.3p448 :003 > BigDecimal.new('-1') / 0
=> #<BigDecimal:7fdc5c0b47b8,'-Infinity',9(36)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment