Checks if this number is greater than the given b.
b
bool isGreaterThan(num b) => GetUtils.isGreaterThan(this, b);