From bb8440cc9d9c25d671020dbe5a8e64a69488133c Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sat, 20 Sep 2008 16:56:08 +0000 Subject: More intrinsics. --- numpy/core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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", -- cgit v1.2.1