finesse.utilities.numbers

Functions

clip_with_tolerance(number, _min, _max[, tol])

Clips a number to the range [_min, _max] if it is in [_min - tol, _max + tol], otherwise just returns the number.