Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon committed May 4, 2024
1 parent bde5ab8 commit d0e3634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dragonbox/dragonbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -3670,9 +3670,9 @@ namespace jkj {
(shorter_interval ? 1 : 0)) -
kappa);
auto const cache =
CachePolicy::template get_cache<format>(decimal_exponent_type(-minus_k));
CachePolicy::template get_cache<format>(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)
Expand Down

0 comments on commit d0e3634

Please sign in to comment.