summaryrefslogtreecommitdiffstats
path: root/Python/hypot.c
Commit message (Collapse)AuthorAgeFilesLines
* I finally got the time to update and merge Mark's and my trunk-math branch. ↵Christian Heimes2008-04-181-25/+0
| | | | | | 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 :)
* Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ↵Christian Heimes2008-01-201-0/+3
| | | | function is not called isfinite() but finite(). Sorry, my fault. :)
* Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.Martin v. Löwis2007-11-121-2/+1
|
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
|
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-2/+1
| | | | marked my*.h as obsolete
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-3/+1
| | | | declarations yet, those come later.
* *** empty log message ***Guido van Rossum1996-08-291-0/+26