From 1e8468a416c9adc822e1eb413b15040d3a8aa6af Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 20:34:25 -0500 Subject: add missing LINK(m) and XOPEN(4[00]) information --- src/math/M_2_SQRTPI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/M_2_SQRTPI.c') 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 -#define M_2_PI 2.0/sqrt(3.14159) +#define M_2_SQRTPI 2.0/sqrt(3.14159) /* XOPEN(4) */ -- cgit v1.2.1