Whether this number is numerically greater than other.
other
bool operator >(Decimal other) => _rational > other._rational;