Relational less than operator.
static bool lessThan(num a, num b) { return lessThanDecStr(a.toString(), b.toString()); }