diff options
Diffstat (limited to 'src/math/M_1_PI.h')
| -rw-r--r-- | src/math/M_1_PI.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/M_1_PI.h b/src/math/M_1_PI.h new file mode 100644 index 00000000..b448e4be --- /dev/null +++ b/src/math/M_1_PI.h @@ -0,0 +1,5 @@ +#include <math.h> +#define M_1_PI 1.0/3.14159 +/* +XOPEN(4) +*/ |
