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