diff options
author | Julien Dubois <julien.dubois@gmail.com> | 2015-08-04 14:31:41 +0200 |
---|---|---|
committer | Julien Dubois <julien.dubois@gmail.com> | 2015-08-04 14:31:41 +0200 |
commit | 20be0e50a0c2579440188f405eeaf130ad0d8b79 (patch) | |
tree | 7a834d11ae4b758b6b6b10fa3a64625cd35694df | |
parent | 002096cafc017af9a5821b576be54cb5260931d9 (diff) | |
download | numpy-20be0e50a0c2579440188f405eeaf130ad0d8b79.tar.gz |
Wording: correctly write the comment
-rw-r--r-- | numpy/core/include/numpy/npy_math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/include/numpy/npy_math.h b/numpy/core/include/numpy/npy_math.h index 38f182ddb..3dae583f3 100644 --- a/numpy/core/include/numpy/npy_math.h +++ b/numpy/core/include/numpy/npy_math.h @@ -87,7 +87,7 @@ NPY_INLINE static float __npy_nzerof(void) #define NPY_PI_4f 0.785398163397448309615660845819875721F /* pi/4 */ #define NPY_1_PIf 0.318309886183790671537767526745028724F /* 1/pi */ #define NPY_2_PIf 0.636619772367581343075535053490057448F /* 2/pi */ -#define NPY_EULERf 0.577215664901532860606512090082402431F /* Euler constan*/ +#define NPY_EULERf 0.577215664901532860606512090082402431F /* Euler constant */ #define NPY_SQRT2f 1.414213562373095048801688724209698079F /* sqrt(2) */ #define NPY_SQRT1_2f 0.707106781186547524400844362104849039F /* 1/sqrt(2) */ @@ -101,7 +101,7 @@ NPY_INLINE static float __npy_nzerof(void) #define NPY_PI_4l 0.785398163397448309615660845819875721L /* pi/4 */ #define NPY_1_PIl 0.318309886183790671537767526745028724L /* 1/pi */ #define NPY_2_PIl 0.636619772367581343075535053490057448L /* 2/pi */ -#define NPY_EULERl 0.577215664901532860606512090082402431L /* Euler constan*/ +#define NPY_EULERl 0.577215664901532860606512090082402431L /* Euler constant */ #define NPY_SQRT2l 1.414213562373095048801688724209698079L /* sqrt(2) */ #define NPY_SQRT1_2l 0.707106781186547524400844362104849039L /* 1/sqrt(2) */ |