clockblocks.utilities.meaningfully_less_than

clockblocks.utilities.meaningfully_less_than(a: float, b: float, *, rel_tol: float = 1e-09, abs_tol: float = 1e-12) → bool[source]

True if a is meaningfully less than b — i.e. a < b and not merely by rounding noise (see near_equal()). Use in place of a bare < when a and b are beats/times reconstructed from scheduler time.