clockblocks.utilities.meaningfully_greater_than
- clockblocks.utilities.meaningfully_greater_than(a: float, b: float, *, rel_tol: float = 1e-09, abs_tol: float = 1e-12) bool[source]
True if
ais meaningfully greater thanb(mirror ofmeaningfully_less_than()).