summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/umathmodule.c.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src
index 78274bc34..0b2388fd3 100644
--- a/numpy/core/src/umathmodule.c.src
+++ b/numpy/core/src/umathmodule.c.src
@@ -36,8 +36,8 @@
*/
#define PI 3.14159265358979323846264338328@c@
-#define degrees@c@ deg2rad@c@
-#define radians@c@ rad2deg@c@
+#define degrees@c@ rad2deg@c@
+#define radians@c@ deg2rad@c@
static @type@
rad2deg@c@(@type@ x) {