diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:22:34 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:22:34 -0500 |
| commit | 37c774887664247b5a639a4e21be6442167fd8bc (patch) | |
| tree | 638423baa0312acf26404d10287c63076ad35216 /src/math/M_2_PI.c | |
| parent | b495c832828a72c90298cbb70099299a9172c7d1 (diff) | |
merge XOPEN identifiers
Diffstat (limited to 'src/math/M_2_PI.c')
| -rw-r--r-- | src/math/M_2_PI.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/M_2_PI.c b/src/math/M_2_PI.c new file mode 100644 index 00000000..d807fce7 --- /dev/null +++ b/src/math/M_2_PI.c @@ -0,0 +1,5 @@ +#include <math.h> +#define M_2_PI 2.0/3.14159 +/* +XOPEN(4) +*/ |
