- 20 Nis, 2008 9 kayıt (commit)
-
-
Mark Dickinson yazdı
should fix the problem in the same way that the cmath.phase problems were fixed.
-
Amaury Forgeot d'Arc yazdı
info for all processed zip files, even when they are no longer used.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
the phase and polar methods.
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
cmath module is loaded) instead of statically. This fixes compile-time problems on platforms where HUGE_VAL is an extern variable rather than a constant. Thanks Hirokazu Yamamoto for the patch.
-
Mark Dickinson yazdı
math.pow behave on alpha Tru64. All IEEE 754 special values are now handled directly; only the finite**finite case is handled by libm.
-
Mark Dickinson yazdı
special-value handling to math.modf code.
-
Mark Dickinson yazdı
test_math, to help track down debian-alpha buildbot failure.
-
- 19 Nis, 2008 15 kayıt (commit)
-
-
Mark Dickinson yazdı
Remove meaningless 'in radians' from inverse hyperbolic functions.
-
Mark Dickinson yazdı
0**nan is nan, not 0. (But nan**0 and 1**nan are 1.) Also fix minor typo: 'quite NaN' -> 'quiet NaN'
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Windows/VS2008 doesn't like (-1)**(+-inf).
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
handling code in math.pow, in the hope of making all tests pass on the alpha Tru64 buildbot.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
-
- 18 Nis, 2008 10 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
More Windows related fixes are coming soon
-
Amaury Forgeot d'Arc yazdı
Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
-
Christian Heimes yazdı
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
-
Benjamin Peterson yazdı
-
Skip Montanaro yazdı
-
Andrew M. Kuchling yazdı
Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?)
-
Andrew M. Kuchling yazdı
e-mail address is for a previous employer. Can we move the big long copyright statement into a sidebar or something?
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 17 Nis, 2008 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
-
Raymond Hettinger yazdı
-
- 16 Nis, 2008 2 kayıt (commit)
-
-
- 15 Nis, 2008 1 kayıt (commit)
-
-
Mark Dickinson yazdı
undefined in ANSI C.
-