Move math library into separate module

This commit is contained in:
2018-07-21 08:24:20 +02:00
parent dc4c51ca5a
commit b7caeefded
5 changed files with 748 additions and 686 deletions

View File

@@ -20,10 +20,7 @@
#else
#include <dlfcn.h>
#endif
#ifndef PH7_PI
/* Value of PI */
#define PH7_PI 3.1415926535898
#endif
/*
* Constants for the largest and smallest possible 64-bit signed integers.
* These macros are designed to work correctly on both 32-bit and 64-bit