Staging
v0.8.1
https://github.com/python/cpython
Revision a1c1b0f46865bddd9a84dfae6c146a0e010a4496 authored by Tim Peters on 04 September 2001, 02:50:49 UTC, committed by Tim Peters on 04 September 2001, 02:50:49 UTC
but will be the foundation for Good Things:
+ Speed PyLong_AsDouble.
+ Give PyLong_AsDouble the ability to detect overflow.
+ Make true division of long/long nearly as accurate as possible (no
  spurious infinities or NaNs).
+ Return non-insane results from math.log and math.log10 when passing a
  long that can't be approximated by a double better than HUGE_VAL.
1 parent 37a309d
History
Tip revision: a1c1b0f46865bddd9a84dfae6c146a0e010a4496 authored by Tim Peters on 04 September 2001, 02:50:49 UTC
Introduce new private API function _PyLong_AsScaledDouble. Not used yet,
Tip revision: a1c1b0f
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.1 KB
LICENSE -rw-r--r-- 12.0 KB
Makefile.pre.in -rw-r--r-- 25.4 KB
PLAN.txt -rw-r--r-- 12.2 KB
README -rw-r--r-- 38.1 KB
acconfig.h -rw-r--r-- 6.8 KB
configure -rwxr-xr-x 198.1 KB
configure.in -rw-r--r-- 47.0 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 18.3 KB
setup.py -rw-r--r-- 29.6 KB

README

back to top