Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ close_enough()

def Cope.misc.close_enough (   a,
  b,
  tolerance 
)

Returns True if a is within tolerance range of b.

Definition at line 47 of file misc.py.