summaryrefslogtreecommitdiff
path: root/Modules/cmathmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Patch by Nadav Horesh to make acosh and asinh better.Guido van Rossum2000-06-301-7/+12
* Docstring fix: acosh() returns the hyperbolic arccosine, not theFred Drake1999-03-161-1/+1
* Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().Guido van Rossum1999-01-141-1/+5
* Added Doc strings -- by Chris Petrilli.Guido van Rossum1998-12-041-17/+119
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-1/+1
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+2
* Removed redundant inclusion of <errno.h> (sorry, Roj!).Guido van Rossum1996-12-101-2/+0
* Renamed GrandlyRoger E. Masse1996-12-091-19/+19
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-0/+2
* complex -> Py_complexGuido van Rossum1996-07-211-56/+56
* Made all c_* symbols static.Guido van Rossum1996-05-241-20/+20
* complex mathGuido van Rossum1996-01-121-0/+314