debug ftest and update float precision tool

This commit is contained in:
2024-01-24 02:13:55 +01:00
parent 8ade851769
commit c5e31d9aeb
8 changed files with 120 additions and 17 deletions
+2 -1
View File
@@ -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