summaryrefslogtreecommitdiffstats
path: root/Include/mymath.h
Commit message (Expand)AuthorAgeFilesLines
* Deleted now-unused include filesAndrew M. Kuchling2000-08-161-82/+0
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-2/+0
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-311-0/+10
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-0/+5
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-121-8/+0
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+2
* Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen)Guido van Rossum1998-11-021-1/+1
* Mac CodeWarrior has faulty declaration for hypot, which we hide with aGuido van Rossum1998-04-281-5/+13
* Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack)Guido van Rossum1997-05-201-0/+47
* Change comments/#ifdef structure for declaration for hypot().Guido van Rossum1996-08-291-4/+2
* Correctly use Py_PROTO, not obsolete PROTO.Guido van Rossum1996-08-081-1/+1
* Added extern defn of hypot().Guido van Rossum1996-07-301-0/+6
* Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its ownJack Jansen1995-06-271-2/+2
* changes for Mac CFM-68KGuido van Rossum1995-02-181-0/+16