I am seeing this is page 124 def + (that: Int) = this * new Rational(that) def - (that: Int) = this * new Rational(that) def * (that: Int) = this * new Rational(that) def / (that: Int) = this * new Rational(that)
Which is definitely not correct. Besides I could not figure out how to navigate in artima.com!I could not find how to dl the book again, or how to find this forum- well, I used the link in the book this time, but I don't think an eBook to find a forum- is it really messed up or I am being dummy here?