Fred Drake
|
0e11c49f04
|
Docstring fix: acosh() returns the hyperbolic arccosine, not the
hyperbolic cosine. Problem report via David Ascher by one of his
students.
|
1999-03-16 14:17:48 +00:00 |
Guido van Rossum
|
11a5071ed6
|
Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().
Break it up.
|
1999-01-14 19:11:11 +00:00 |
Guido van Rossum
|
c6e22902ad
|
Added Doc strings -- by Chris Petrilli.
|
1998-12-04 19:26:43 +00:00 |
Guido van Rossum
|
3886bb6997
|
Add DL_EXPORT() to all modules that could possibly be used
on BeOS or Windows.
|
1998-12-04 18:50:17 +00:00 |
Guido van Rossum
|
45b83915f8
|
New form of PyFPE_END_PROTECT macro.
|
1997-03-14 04:32:50 +00:00 |
Guido van Rossum
|
52fa3a6909
|
Changes for Lee Busby's SIGFPE patch set.
Two new modules fpectl and fpetest.
Surround various and sundry f.p. operations with PyFPE_*_PROTECT macros.
|
1997-02-14 22:59:58 +00:00 |
Guido van Rossum
|
09f99dfdba
|
Removed redundant inclusion of <errno.h> (sorry, Roj!).
|
1996-12-10 00:12:14 +00:00 |
Roger E. Masse
|
24070ca391
|
Renamed Grandly
|
1996-12-09 22:59:53 +00:00 |
Guido van Rossum
|
a376cc5cc8
|
Keep gcc -Wall happy.
|
1996-12-05 23:43:35 +00:00 |
Guido van Rossum
|
9e720e390a
|
complex -> Py_complex
|
1996-07-21 02:31:35 +00:00 |
Guido van Rossum
|
9c8a0c4b1c
|
Made all c_* symbols static.
|
1996-05-24 21:12:28 +00:00 |
Guido van Rossum
|
71aa32f4af
|
complex math
|
1996-01-12 01:34:57 +00:00 |