Simplify Dragonbox implementation

This commit is contained in:
Junekey Jeon
2022-07-14 15:25:35 -07:00
committed by Victor Zverovich
parent d82e1a108d
commit 8061d9afbe
2 changed files with 4 additions and 21 deletions
-2
View File
@@ -1276,8 +1276,6 @@ template <> struct float_info<float> {
static const int small_divisor = 10;
static const int min_k = -31;
static const int max_k = 46;
static const int divisibility_check_by_5_threshold = 39;
static const int case_fc_pm_half_lower_threshold = -1;
static const int shorter_interval_tie_lower_threshold = -35;
static const int shorter_interval_tie_upper_threshold = -35;
};