summaryrefslogtreecommitdiff
path: root/log_b2.h
diff options
context:
space:
mode:
Diffstat (limited to 'log_b2.h')
-rw-r--r--log_b2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log_b2.h b/log_b2.h
index 41c297cda..a9c0a2a12 100644
--- a/log_b2.h
+++ b/log_b2.h
@@ -1,6 +1,6 @@
/* used by mpfr_get_str and mpfr_set_str */
-/* for 2 <= b <= 36, log_b2[b-2] + log_b2_low[b-2] is a 76-bit upper
+/* for 2 <= b <= 36, log_b2[b-2] + log_b2_low[b-2] is a 76-bit upper
approximation of log(2)/log(b), with log_b2[b-2] having 23 significative
bits only. These approximations were computed with the following program.