bool lessThan(Fraction otherParsed) { return (numerator * otherParsed.denominator) < (otherParsed.numerator * denominator); }