numpy.ma.core._DomainTan
numpy
ma
core
_DomainTan
class _DomainTan:
View In Hierarchy
Define a valid interval for the tan function, so that:
tan
domain_tan(eps) = True where abs(cos(x)) < eps
__call__
__init__
eps
Undocumented