summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/umathmodule.c.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src
index dfbca6ece..6780bb7e1 100644
--- a/numpy/core/src/umathmodule.c.src
+++ b/numpy/core/src/umathmodule.c.src
@@ -60,6 +60,7 @@ static float ldexpf(float x, int i)
return (float)ldexp((double)(x), i);
}
#endif
+DL_IMPORT(float) tanhf(float);
#endif
#ifndef HAVE_INVERSE_HYPERBOLIC