summaryrefslogtreecommitdiffstats
path: root/Include/mymath.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/mymath.h')
-rw-r--r--Include/mymath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/mymath.h b/Include/mymath.h
index dd6ee58..3a8c62e 100644
--- a/Include/mymath.h
+++ b/Include/mymath.h
@@ -48,6 +48,7 @@ extern double hypot Py_PROTO((double, double));
#undef log
#undef log10
#undef pow
+#undef rint
#undef sin
#undef sinh
#undef sqrt
@@ -67,6 +68,7 @@ extern double hypot Py_PROTO((double, double));
#define log logd
#define log10 log10d
#define pow powd
+#define rint rintd
#define sin sind
#define sinh sinhd
#define sqrt sqrtd