Whether this Rat is greater or equal to other.
other
bool operator >=(Rat other) { return n * other.d >= other.n * d; }