Relational greater than operator. 关系大于运算符。判断a是否大于b
bool greaterThan(num a, num b) { return greaterThanDecString(a.toString(), b.toString()); }