From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/math/M_2_SQRTPI.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/math/M_2_SQRTPI.h (limited to 'src/math/M_2_SQRTPI.h') diff --git a/src/math/M_2_SQRTPI.h b/src/math/M_2_SQRTPI.h new file mode 100644 index 00000000..f8d102b5 --- /dev/null +++ b/src/math/M_2_SQRTPI.h @@ -0,0 +1,5 @@ +#include +#define M_2_SQRTPI 2.0/sqrt(3.14159) +/* +XOPEN(4) +*/ -- cgit v1.2.1