mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-26 20:30:06 +01:00
Simplify Dragonbox implementation
This commit is contained in:
committed by
Victor Zverovich
parent
d82e1a108d
commit
8061d9afbe
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user