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