diff options
Diffstat (limited to 'src/math/M_2_SQRTPI.c')
| -rw-r--r-- | src/math/M_2_SQRTPI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/M_2_SQRTPI.c b/src/math/M_2_SQRTPI.c index b25a4974..f8d102b5 100644 --- a/src/math/M_2_SQRTPI.c +++ b/src/math/M_2_SQRTPI.c @@ -1,5 +1,5 @@ #include <math.h> -#define M_2_PI 2.0/sqrt(3.14159) +#define M_2_SQRTPI 2.0/sqrt(3.14159) /* XOPEN(4) */ |
