Searched refs:_math (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | datetime.py | 12 import math as _math namespace 485 dayfrac, days = _math.modf(days) 486 daysecondsfrac, daysecondswhole = _math.modf(dayfrac * (24.*3600.)) 501 secondsfrac, seconds = _math.modf(seconds) 1642 frac, t = _math.modf(t) 2516 _format_time, _format_offset, _index, _is_leap, _isoweek1monday, _math,
|
D | _pydecimal.py | 156 import math as _math namespace 699 if _math.isinf(f) or _math.isnan(f): 701 if _math.copysign(1.0, f) == 1.0:
|
/third_party/python/Modules/ |
D | Setup | 170 #cmath cmathmodule.c _math.c -DPy_BUILD_CORE_MODULE # -lm # complex math library functions 171 #math mathmodule.c _math.c -DPy_BUILD_CORE_MODULE # -lm # math library functions, e.g. sin()
|
/third_party/python/ |
D | Makefile.pre.in | 611 Modules/_math.o: Modules/_math.c Modules/_math.h 624 sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.2rc1.rst | 2036 Compile Modules/_math.c once, before building extensions. Previously it
|
D | 3.6.0a1.rst | 3765 Compile Modules/_math.c once, before building extensions. Previously it
|