COMMITS
/ Modules/mathmodule.c September 6, 2001
M
Revert parts of patch #453627, documenting the resulting test failures
Martin v. Löwis committed
September 5, 2001
T
Rework the way we try to check for libm overflow, given that C99 no longer
Tim Peters committed
M
Patch #453627: Define the following macros when compiling on a UnixWare 7.x system:
Martin v. Löwis committed
T
loghelper(): Try to nudge the compiler into doing mults in an order that
Tim Peters committed
T
Return reasonable results for math.log(long) and math.log10(long) (we were
Tim Peters committed
September 4, 2001
T
Mechanical fiddling to make this easier to work with in my editor.
Tim Peters committed
August 7, 2001
T
Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from
Tim Peters committed
June 10, 2001
P
annoying whitespace inconsistency
Peter Schneider-Kamp committed
October 12, 2000
T
Repaired a comment and asserted a precondition.
Tim Peters committed
T
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Tim Peters committed
September 16, 2000
T
Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
B
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw committed
August 10, 2000
P
remove all occurence of math.rint() from the sources
Peter Schneider-Kamp committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 3, 2000
T
Typo repair in docstring -- my fault.
Tim Peters committed
F
ANSI-fication, remove Py_PROTO, etc.
Fred Drake committed
July 2, 2000
T
Repair docs for math.frexp (they were wrong).
Tim Peters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 11, 2000
G
The addition of rint() (by Peter Schneider-Kamp; I forgot to mention
Guido van Rossum committed
G
Added math.rint() -- round according to current IEEE754 mode
Guido van Rossum committed
May 8, 2000
G
Trent Mick:
Guido van Rossum committed
December 8, 1998
G
Correctly document atan2.
Guido van Rossum committed
December 4, 1998
G
Added Doc strings -- by Chris Petrilli.
Guido van Rossum committed
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
May 20, 1997
G
Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)
Guido van Rossum committed
March 14, 1997
G
New form of PyFPE_END_PROTECT macro.
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
December 18, 1996
R
Removed references to getdoublearg and get2doublearg rename macros and
Roger E. Masse committed
G
Correct *another* mistake (initmath() always fell through to fatal error).
Guido van Rossum committed
G
Correct 1-char typo / syntax error.
Guido van Rossum committed
December 17, 1996
B
Better error checking in initmath().
Barry Warsaw committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 29, 1996
G
Move backup definition for hypot() to Python/hypot.c.
Guido van Rossum committed
August 21, 1996
G
Avoid complaint about inconsistent hypot() linkage on NT.
Guido van Rossum committed
August 8, 1996
G
Hack for Mac (where fabs is not usable as a function pointer).
Guido van Rossum committed
July 30, 1996
G
Don't make an exception for NeXT (BBUM says it's no longer needed).
Guido van Rossum committed
May 23, 1996
G
Microsoft C changes
Guido van Rossum committed
January 12, 1996
G
added default hypot() implementation
Guido van Rossum committed
June 14, 1995
G
NeXT doesn't like me to declare hypot(double, double)
Guido van Rossum committed
March 1, 1995
G
include mymath.h
Guido van Rossum committed
January 12, 1995
G
rearrange declarations somewhat
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
October 20, 1994
G
add hypot()
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed