class documentation

class _DomainSafeDivide:

View In Hierarchy

Define a domain for safe division.
Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable tolerance Undocumented
def __call__(self, a, b):

Undocumented

def __init__(self, tolerance=None):

Undocumented

tolerance =

Undocumented