class documentation

class _DomainTan:

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):
Executes the call behavior.
def __init__(self, eps):
domain_tan(eps) = true where abs(cos(x)) < eps)
eps =

Undocumented