Home
last modified time | relevance | path

Searched refs:_math (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Ddatetime.py12 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.py156 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/
DSetup170 #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/
DMakefile.pre.in611 Modules/_math.o: Modules/_math.c Modules/_math.h
624 sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
/third_party/python/Misc/NEWS.d/
D3.5.2rc1.rst2036 Compile Modules/_math.c once, before building extensions. Previously it
D3.6.0a1.rst3765 Compile Modules/_math.c once, before building extensions. Previously it