Lines Matching full:_math
140 import math as _math685 if _math.isinf(f) or _math.isnan(f): # raises TypeError if not a float687 if _math.copysign(1.0, f) == 1.0: