Whether this Rat is greater than other.
other
bool operator >(Rat other) { return n * other.d > other.n * d; }