Relational less than operator. 关系小于运算符。判断a是否小于b
bool lessThan(num a, num b) { return lessThanDecString(a.toString(), b.toString()); }