optimize codes

This commit is contained in:
ValKmjolnir
2022-05-22 18:19:13 +08:00
parent 99dca532f6
commit ebfacd9197
7 changed files with 105 additions and 82 deletions
+2
View File
@@ -45,6 +45,8 @@
#define PRTINT64 "%lld"
#endif
const uint32_t STACK_DEPTH=8192;
inline double hex_to_double(const char* str)
{
double ret=0;