Whether this number is numerically greater than or equal to other.
other
bool operator >=(Decimal other) => compareTo(other) >= 0;