summaryrefslogtreecommitdiff
path: root/scipy/base/code_generators/generate_umath.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/base/code_generators/generate_umath.py')
-rw-r--r--scipy/base/code_generators/generate_umath.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scipy/base/code_generators/generate_umath.py b/scipy/base/code_generators/generate_umath.py
index 17a14b481..3d4546be2 100644
--- a/scipy/base/code_generators/generate_umath.py
+++ b/scipy/base/code_generators/generate_umath.py
@@ -87,7 +87,8 @@ defdict = {
'absolute' : [all,'O',
("PyNumber_Absolute",),
(1,1), None,
- "takes |x| elementwise."
+ "takes |x| elementwise.",
+ nocmplx+fltsO
],
'negative' : [all,cmplxO,
("neg,"*3,"PyNumber_Negative"),