first working version for the new build system

This commit is contained in:
2016-07-30 17:53:18 +01:00
parent 27f3ecc833
commit e9f30cab2c
44 changed files with 12288 additions and 9173 deletions
+2 -2
View File
@@ -18,10 +18,10 @@
#include <stddef.h>
#include <Config.h>
#ifdef HAVE_GMP_H
#ifdef HAVE_LIBGMP
#include "bigfloat.h"
#else
#include "algorithms/approx/bigfloat_double.h"
#include "bigfloat_double.h"
#endif
#define JMAX 10000 //Maximum number of iterations of Newton's approximation