diff options
-rw-r--r-- | numpy/core/src/npymath/ieee754.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/npymath/ieee754.c b/numpy/core/src/npymath/ieee754.c index 507fa6905..833581eb5 100644 --- a/numpy/core/src/npymath/ieee754.c +++ b/numpy/core/src/npymath/ieee754.c @@ -109,7 +109,7 @@ double npy_nextafter(double x, double y) #endif #ifndef HAVE_NEXTAFTERF -float nextafterf(float x, float y) +float npy_nextafterf(float x, float y) { volatile float t; npy_int32 hx, hy, ix, iy; |