rick (owner)

Fork Of

Revisions

gist: 37399 Download_button fork
public
Public Clone URL: git://gist.github.com/37399.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
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>