approximable method

bool approximable()

Is the result approximable?

Implementation

bool approximable() =>
    clean.hasFinitePrecision &&
    dirtyParts.entries.every((iv) => iv.key.approximable || iv.value == 0);