diff options
author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-08-10 04:23:30 (GMT) |
---|---|---|
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-08-10 04:23:30 (GMT) |
commit | 10e1bf2f64b77f3a71157c72de19265870cdeb5f (patch) | |
tree | 4230ef139d940ff0fa2f56afdb5d1d6ec84e6bab /Include | |
parent | 0707fea5ee112da270a86b5a147f260d6c0e35ef (diff) | |
download | cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.zip cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.gz cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.bz2 |
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/mymath.h | 2 | ||||
-rw-r--r-- | Include/pyport.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Include/mymath.h b/Include/mymath.h index 27f301d..cead61a 100644 --- a/Include/mymath.h +++ b/Include/mymath.h @@ -55,7 +55,6 @@ extern double hypot(double, double); #undef log #undef log10 #undef pow -#undef rint #undef sin #undef sinh #undef sqrt @@ -75,7 +74,6 @@ extern double hypot(double, double); #define log logd #define log10 log10d #define pow powd -#define rint rintd #define sin sind #define sinh sinhd #define sqrt sqrtd diff --git a/Include/pyport.h b/Include/pyport.h index c682680..8cbc821 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -193,7 +193,6 @@ extern double hypot(double, double); #undef log #undef log10 #undef pow -#undef rint #undef sin #undef sinh #undef sqrt @@ -213,7 +212,6 @@ extern double hypot(double, double); #define log logd #define log10 log10d #define pow powd -#define rint rintd #define sin sind #define sinh sinhd #define sqrt sqrtd |