Searched refs:_math (Results 1 – 5 of 5) sorted by relevance
182 Modules/_math.c #
218 math Modules/mathmodule.c Modules/_math.c
182 Python-$(PYTHON_VERSION)/Modules/_math.c #
196 math Modules/mathmodule.c Modules/_math.c
140 import math as _math namespace685 if _math.isinf(f) or _math.isnan(f): # raises TypeError if not a float687 if _math.copysign(1.0, f) == 1.0: