class documentation

class _DomainTan: (source)

View In Hierarchy

Define a valid interval for the tan function, so that:

domain_tan(eps) = True where abs(cos(x)) < eps

Method __call__ Executes the call behavior.
Method __init__ domain_tan(eps) = true where abs(cos(x)) < eps)
Instance Variable eps Undocumented
def __call__(self, x): (source)

Executes the call behavior.

def __init__(self, eps): (source)

domain_tan(eps) = true where abs(cos(x)) < eps)

Undocumented