summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 88ed1040d..77027bc11 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -72,7 +72,7 @@ def check_math_capabilities(config, moredefs, mathlibs):
# intrisincs functions are available.
# Functions which have intrisinces: sin, cos, tan, sin, cosh, tanh,
# fabs, sqrt, log10, log, exp, asin, acos, atan, fmod
- mandatory_funcs = ["floor", "ceil", 'modf', 'frexp', 'ldexp']
+ mandatory_funcs = ['modf', 'frexp', 'ldexp']
else:
mandatory_funcs = ["sin", "cos", "tan", "sinh", "cosh", "tanh", "fabs",
"floor", "ceil", "sqrt", "log10", "log", "exp", "asin",