summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3fp-basics.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3fp-basics.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3fp-basics.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3kernel/l3fp-basics.dtx b/macros/latex/contrib/l3kernel/l3fp-basics.dtx
index 87083fb6ff..6c62694b26 100644
--- a/macros/latex/contrib/l3kernel/l3fp-basics.dtx
+++ b/macros/latex/contrib/l3kernel/l3fp-basics.dtx
@@ -40,7 +40,7 @@
% {latex-team@latex-project.org}^^A
% }^^A
% }
-% \date{Released 2020-02-14}
+% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -1575,7 +1575,7 @@
% first approximation of the square root of the significand $10^{8}
% a_1 + a_2 = 10^{8} |#2#3| + |#4#5|$ through Newton's method,
% starting at $x = 57234133 \simeq 10^{7.75}$. Otherwise, first shift
-% the significand of of the argument by one digit, getting
+% the significand of the argument by one digit, getting
% $a_1'\in[10^{6}, 10^{7})$ instead of $[10^{7}, 10^{8})$, then use
% Newton's method starting at $17782794 \simeq 10^{7.25}$.
% \begin{macrocode}