method
div
v1_8_7_72 -
Show latest stable
- Class:
Rational
div(other)public
No documentation available.
# File lib/rational.rb, line 243
def div(other)
(self / other).floor
end div(other)No documentation available.
# File lib/rational.rb, line 243
def div(other)
(self / other).floor
end