approximable method
Is the result approximable?
Implementation
bool approximable() =>
clean.hasFinitePrecision &&
dirtyParts.entries.every((iv) => iv.key.approximable || iv.value == 0);
Is the result approximable?
bool approximable() =>
clean.hasFinitePrecision &&
dirtyParts.entries.every((iv) => iv.key.approximable || iv.value == 0);