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 a is meaningfully greater than b (mirror of meaningfully_less_than()).