Relational less than or equal operator.
static bool thanOrEqual(num a, num b) { return thanOrEqualDecStr(a.toString(), b.toString()); }