diff options
-rw-r--r-- | numpy/core/include/numpy/npy_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/npy_math.h b/numpy/core/include/numpy/npy_math.h index 4e2f444b8..b3588d1de 100644 --- a/numpy/core/include/numpy/npy_math.h +++ b/numpy/core/include/numpy/npy_math.h @@ -86,7 +86,7 @@ NPY_INLINE static float __npy_nzerof(void) #define NPY_PI_4l 0.7853981633974483096156608458198757L /* pi/4 */ #define NPY_1_PIl 0.3183098861837906715377675267450287L /* 1/pi */ #define NPY_2_PIl 0.6366197723675813430755350534900574L /* 2/pi */ -#define NPY_EULERf 0.5772156649015328606065120900824024L /* Euler constant */ +#define NPY_EULERl 0.5772156649015328606065120900824024L /* Euler constant */ /* * C99 double math funcs |