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
ais meaningfully less thanb— i.e.a < band not merely by rounding noise (seenear_equal()). Use in place of a bare<whenaandbare beats/times reconstructed from scheduler time.