reduce abstract method

Rational reduce()

Reduces this rational number to the lowest terms and returns the result in a new Rational object.

Implementation

Rational reduce();