mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-09 11:16:45 +08:00
Useless.
This commit is contained in:
parent
b2725e0a70
commit
1252454c9f
@ -156,7 +156,7 @@ constexpr fastfloat_really_inline int remove_trailing_zeros(uint64_t& n) {
|
|||||||
|
|
||||||
// The main algorithm for shorter interval case
|
// The main algorithm for shorter interval case
|
||||||
template <class T>
|
template <class T>
|
||||||
FMT_INLINE decimal_fp<T> shorter_interval_case(int exponent) FMT_NOEXCEPT {
|
FMT_INLINE decimal_fp<T> shorter_interval_case(int exponent) {
|
||||||
decimal_fp<T> ret_value;
|
decimal_fp<T> ret_value;
|
||||||
// Compute k and beta
|
// Compute k and beta
|
||||||
const int minus_k = detail::floor_log10_pow2_minus_log10_4_over_3(exponent);
|
const int minus_k = detail::floor_log10_pow2_minus_log10_4_over_3(exponent);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user