Remove warnings and reduce a test range

This commit is contained in:
Christopher Kormanyos
2021-08-05 14:58:01 +02:00
parent 82a560bfc9
commit 8052c2312c
3 changed files with 4 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ namespace local
0,
((std::numeric_limits<local_exp10_float_type>::max_exponent10 > 1000) ? 1183
: ((std::numeric_limits<local_exp10_float_type>::max_exponent10 > 200) ? 83
: ((std::numeric_limits<local_exp10_float_type>::max_exponent10 > 20) ? 13 : 1)))
: ((std::numeric_limits<local_exp10_float_type>::max_exponent10 > 20) ? 11 : 1)))
);
std::string str_exp = ((exp_is_neg == false) ? "E+" : "E-");