debug ftest and update float precision tool
This commit is contained in:
@@ -77,7 +77,8 @@ TYPE_STRING TYPE_STRING_TO_STR(TYPE_STRING var){
|
||||
|
||||
// with gcc we can change value of theses PRECISION_TYPES below with: gcc -D PRECISION_TYPE_FLOAT=100000 for instance!
|
||||
#ifndef PRECISION_TYPE_FLOAT
|
||||
#define PRECISION_TYPE_FLOAT 100000000
|
||||
/*#define PRECISION_TYPE_FLOAT 100000000*/
|
||||
#define PRECISION_TYPE_FLOAT 100000
|
||||
#endif
|
||||
#ifndef PRECISION_TYPE_DOUBLE
|
||||
#define PRECISION_TYPE_DOUBLE 100000000000
|
||||
|
||||
Reference in New Issue
Block a user