Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c372fc1 commit bb8440cCopy full SHA for bb8440c
1 file changed
numpy/core/setup.py
@@ -72,7 +72,7 @@ def name_to_defsymb(name):
72
# intrisincs functions are available.
73
# Functions which have intrisinces: sin, cos, tan, sin, cosh, tanh,
74
# fabs, sqrt, log10, log, exp, asin, acos, atan, fmod
75
- mandatory_funcs = ["floor", "ceil", 'modf', 'frexp', 'ldexp']
+ mandatory_funcs = ['modf', 'frexp', 'ldexp']
76
else:
77
mandatory_funcs = ["sin", "cos", "tan", "sinh", "cosh", "tanh", "fabs",
78
"floor", "ceil", "sqrt", "log10", "log", "exp", "asin",
0 commit comments