summaryrefslogtreecommitdiffstats
path: root/Include/mymath.h
Commit message (Collapse)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
| | | | (and yes, "Currintly" also counts <0.5 wink>)
* 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
| | | | marked my*.h as obsolete
* 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
| | | | | #define. (Jack)
* 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
| | | | unique set of ideosyncracies:-(
* changes for Mac CFM-68KGuido van Rossum1995-02-181-0/+16