summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 +0000
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 +0000
commitab03118d88b115b0dd1d4fecba8748a938500bb9 (patch)
tree56d90eb177cb31a46331bf978ae467a7943dd4b9 /Include
parent55e4c6b5c3124fb8cc2b4def3c8a58272cc4afc3 (diff)
downloadcpython-ab03118d88b115b0dd1d4fecba8748a938500bb9.tar.gz
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.h2
-rw-r--r--Include/pyport.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/Include/mymath.h b/Include/mymath.h
index 27f301d5e4..cead61a3a0 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 c6826804be..8cbc821a01 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