This project is closed and read-only.
Actions
Bug #141
closedRational#power2 loops when the argument is 0
Bug #141:
Rational#power2 loops when the argument is 0
Description
=begin
Rational#power2, when passed Rational, loop if the argument is 0.
For example:
Rational.new!(3, 4).power2(Rational.new!(0, 3))
=end
Actions