Relational greater than or equal operator.
bool greaterOrEqual(num a, num b) { return greaterOrEqualDecString(a.toString(), b.toString()); }