Relational greater than operator.
static bool greaterThan(num a, num b) { return greaterThanDecStr(a.toString(), b.toString()); }