Home | History | Annotate | Download | only in python2.7

Lines Matching full:_math

140 import math as _math
685 if _math.isinf(f) or _math.isnan(f): # raises TypeError if not a float
687 if _math.copysign(1.0, f) == 1.0: