improve parser exponent and detect too big exponent

This commit is contained in:
hugogogo
2026-05-26 14:30:28 +02:00
parent c99bdfc63a
commit abc5754bba
3 changed files with 90 additions and 67 deletions

View File

@@ -13,6 +13,7 @@
*/
#define DOUBLE_PRECISION 0.00001
#define MAX_EXPONENT 1000
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* MAIN.C