From 26ecdea26c9e24aca0cf64ba290c738fc2a77843 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 30 Oct 2020 11:39:31 -0400 Subject: [PATCH] Fixing comment. --- include/fast_float/fast_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/fast_table.h b/include/fast_float/fast_table.h index 12516e1..4ad80ff 100644 --- a/include/fast_float/fast_table.h +++ b/include/fast_float/fast_table.h @@ -30,7 +30,7 @@ namespace fast_float { */ constexpr int smallest_power_of_five = -342; constexpr int largest_power_of_five = 308; -// truncated powers of five from 5^-344 all the way to 5^308 +// Powers of five from 5^-342 all the way to 5^308 rounded toward zero. const uint64_t power_of_five_128[]= { 0xeef453d6923bd65a,0x113faa2906a13b3f, 0x9558b4661b6565f8,0x4ac7ca59a424c507,