Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb8440c

Browse files
committed
More intrinsics.
1 parent c372fc1 commit bb8440c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numpy/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def name_to_defsymb(name):
7272
# intrisincs functions are available.
7373
# Functions which have intrisinces: sin, cos, tan, sin, cosh, tanh,
7474
# fabs, sqrt, log10, log, exp, asin, acos, atan, fmod
75-
mandatory_funcs = ["floor", "ceil", 'modf', 'frexp', 'ldexp']
75+
mandatory_funcs = ['modf', 'frexp', 'ldexp']
7676
else:
7777
mandatory_funcs = ["sin", "cos", "tan", "sinh", "cosh", "tanh", "fabs",
7878
"floor", "ceil", "sqrt", "log10", "log", "exp", "asin",

0 commit comments

Comments
 (0)