bool greaterThan(Fraction otherParsed) { return (numerator * otherParsed.denominator) > (otherParsed.numerator * denominator); }