Whether this number is numerically smaller than or equal to other.
other
bool operator <=(Decimal other) => _rational <= other._rational;