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