diff options
Diffstat (limited to 'numpy/core/SConscript')
| -rw-r--r-- | numpy/core/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/SConscript b/numpy/core/SConscript index d950ec99b..99eca9758 100644 --- a/numpy/core/SConscript +++ b/numpy/core/SConscript @@ -131,7 +131,7 @@ numpyconfig_sym.append(('MATHLIB', ','.join(mlib))) #---------------------------------- # Function to check: mfuncs = ('expl', 'expf', 'log1p', 'expm1', 'asinh', 'atanhf', 'atanhl', - 'isnan', 'isinf', 'rint') + 'isnan', 'isinf', 'rint', 'trunc') # Set value to 1 for each defined function (in math lib) mfuncs_defined = dict([(f, 0) for f in mfuncs]) |
