Skip to content

Instantly share code, notes, and snippets.

@rick
Created December 18, 2008 05:54
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 rick/37399 to your computer and use it in GitHub Desktop.
Save rick/37399 to your computer and use it in GitHub Desktop.
rirb(main):001:0> require 'rational'
=> false
irb(main):002:0> require 'mathn'
=> true
irb(main):003:0> 1 / 3
=> 13
irb(main):004:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment