# File lib/rational.rb, line 357
def
to_f
@numerator
.
to_f
/
@denominator
.
to_f
end