Checks if length of double value is GREATER OR EQUAL to max.
bool isLengthGreaterThanOrEqualTo(int max) => length >= max;