Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7dbb48a67fdf18b105f969137ce69cddb00c7000
/
Modules
/
mathmodule.c
511f163
Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)
by Guido van Rossum
· 27 years ago
45b8391
New form of PyFPE_END_PROTECT macro.
by Guido van Rossum
· 28 years ago
52fa3a6
Changes for Lee Busby's SIGFPE patch set.
by Guido van Rossum
· 28 years ago
20c6381
Removed references to getdoublearg and get2doublearg rename macros and
by Roger E. Masse
· 28 years ago
4a48809
Correct *another* mistake (initmath() always fell through to fatal error).
by Guido van Rossum
· 28 years ago
4c4cbf3
Correct 1-char typo / syntax error.
by Guido van Rossum
· 28 years ago
fc93f75
Better error checking in initmath().
by Barry Warsaw
· 28 years ago
8b43b19
Renamed
by Barry Warsaw
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
213a685
Move backup definition for hypot() to Python/hypot.c.
by Guido van Rossum
· 28 years ago
3bcf7d2
Avoid complaint about inconsistent hypot() linkage on NT.
by Guido van Rossum
· 28 years ago
6412b1d
Hack for Mac (where fabs is not usable as a function pointer).
by Guido van Rossum
· 28 years ago
557d6d6
Don't make an exception for NeXT (BBUM says it's no longer needed).
by Guido van Rossum
· 28 years ago
7081cf5
Microsoft C changes
by Guido van Rossum
· 28 years ago
3206268
added default hypot() implementation
by Guido van Rossum
· 29 years ago
9caac91
NeXT doesn't like me to declare hypot(double, double)
by Guido van Rossum
· 29 years ago
6964f73
include mymath.h
by Guido van Rossum
· 30 years ago
27fda28
cleanup
by Guido van Rossum
· 30 years ago
b941868
rearrange declarations somewhat
by Guido van Rossum
· 30 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
3bbc62e
Another bulky set of minor changes.
by Guido van Rossum
· 30 years ago
411a8bd
add hypot()
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
f1dc566
* Makefile: added all: and default: targets.
by Guido van Rossum
· 31 years ago
234f942
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
by Guido van Rossum
· 31 years ago
9575a44
* Microscopic corrections to make things compile on the Cray APP.
by Guido van Rossum
· 32 years ago
e537240
* Changed many files to use mkvalue() instead of newtupleobject().
by Guido van Rossum
· 32 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
df840d9
lint
by Guido van Rossum
· 33 years ago
444db07
Get rid of RuntimeError.
by Guido van Rossum
· 33 years ago
2d709b1
Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined.
by Guido van Rossum
· 33 years ago
8832b62
Improve error handling.
by Guido van Rossum
· 33 years ago
98d5433
Added PROTO macro where needed.
by Guido van Rossum
· 33 years ago
d18ad58
Added frexp, ldexp, modf, fmod.
by Guido van Rossum
· 33 years ago
1492c27
Add some err_errno calls that were missing
by Guido van Rossum
· 33 years ago
76f2f2e
Apparently MPW has power() instead of pow().
by Guido van Rossum
· 33 years ago
5b7f945
Moved get*doublearg() routines to modsupport.c
by Guido van Rossum
· 34 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
801f473
Add <errno.h>.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
eb38d24
DECREF pi and e after inserting in symbol table.
by Guido van Rossum
· 34 years ago
738d4dd
Take out duplication of code in initmodule().
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago