From d0e363486505b0429c09bbd09cf98c41ad1ee8dc Mon Sep 17 00:00:00 2001 From: Junekey Jeon Date: Sat, 4 May 2024 00:54:34 -0700 Subject: [PATCH] Fix typo --- include/dragonbox/dragonbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dragonbox/dragonbox.h b/include/dragonbox/dragonbox.h index 9280c18..279fc3f 100644 --- a/include/dragonbox/dragonbox.h +++ b/include/dragonbox/dragonbox.h @@ -3670,9 +3670,9 @@ namespace jkj { (shorter_interval ? 1 : 0)) - kappa); auto const cache = - CachePolicy::template get_cache(decimal_exponent_type(-minus_k)); + CachePolicy::template get_cache(decimal_exponent_type_(-minus_k)); auto const beta = stdr::uint_fast8_t( - binary_exponent + log::floor_log2_pow10(decimal_exponent_type(-minus_k))); + binary_exponent + log::floor_log2_pow10(decimal_exponent_type_(-minus_k))); // Compute zi and deltai. // 10^kappa <= deltai < 10^(kappa + 1)