summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx
index ff54b840a59..af6f55373a7 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-logic.dtx
@@ -38,7 +38,7 @@
% {latex-team@latex-project.org}^^A
% }^^A
% }
-% \date{Released 2017/05/29}
+% \date{Released 2017/07/15}
%
% \maketitle
%
@@ -315,8 +315,7 @@
% \cs{int_step_function:nnnN}. There are two subtleties: we use the
% internal parser \cs{@@_parse:n} to avoid converting back and forth
% from the internal representation; and (due to rounding) even a
-% non-zero step does not guarantee that the loop counter will
-% increase.
+% non-zero step does not guarantee that the loop counter increases.
% \begin{macrocode}
\cs_new:Npn \fp_step_function:nnnN #1#2#3
{
@@ -425,8 +424,9 @@
% numbers sequentially, keeping track of the largest (smallest) number
% found so far. If numbers are equal (for instance~$\pm0$), the first
% is kept. We append $-\infty$ ($\infty$), for the case of an empty
-% array, currently impossible. Since no number is smaller (larger)
-% than that, it will never alter the maximum (minimum). The weird
+% array. Since no number is smaller (larger) than that, this
+% additional item only affects the maximum (minimum) in the case of
+% |max()| and |min()| with no argument. The weird
% fp-like trailing marker breaks the loop correctly: see the precise
% definition of \cs{@@_minmax_loop:Nww}.
% \begin{macrocode}