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