summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-29 00:08:58 +0000
committerKarl Berry <karl@freefriends.org>2011-08-29 00:08:58 +0000
commit62ea3c38421c330e364e1b53c366715efe3c7554 (patch)
treef323abbf0bd2346b481fc35187c6ec2d50ce2d1a /Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
parent0a90bbc7d05e8e767bb8992e0ed6180206ae2bc7 (diff)
l3kernel 2678 (28aug11)
git-svn-id: svn://tug.org/texlive/trunk@23738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp.dtx22
1 files changed, 5 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index 36ac323debd..69646c165a1 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3fp.dtx 2478 2011-06-19 21:34:23Z joseph $
+\GetIdInfo$Id: l3fp.dtx 2665 2011-08-25 22:15:27Z joseph $
{L3 Experimental floating-point operations}
%</driver|package>
%<*driver>
@@ -328,11 +328,7 @@
% ~~\Arg{true code} \Arg{false code}
% \end{syntax}
% Tests if \meta{floating point} is undefined (\emph{i.e.}~equal to the
-% special \cs{c_undefined_fp} variable). The branching versions then
-% leave either \meta{true code} or \meta{false code} in the input
-% stream, as appropriate to the truth of the test and the variant of
-% the function chosen. The logical truth of the test is left in the
-% input stream by the predicate version.
+% special \cs{c_undefined_fp} variable).
% \end{function}
%
% \begin{function}[EXP]{\fp_if_zero:N}
@@ -341,11 +337,7 @@
% \cs{fp_if_zero:NTF} \meta{fixed-point} \Arg{true code} \Arg{false code}
% \end{syntax}
% Tests if \meta{floating point} is equal to zero (\emph{i.e.}~equal to
-% the special \cs{c_zero_fp} variable). The branching versions then
-% leave either \meta{true code} or \meta{false code} in the input
-% stream, as appropriate to the truth of the test and the variant of
-% the function chosen. The logical truth of the test is left in the
-% input stream by the predicate version.
+% the special \cs{c_zero_fp} variable).
% \end{function}
%
% \begin{function}[TF]{\fp_compare:nNn}
@@ -363,9 +355,7 @@
% Less than & |<| \\
% \end{tabular}
% \end{center}
-% Either \meta{true code} or \meta{false code} is then left in the
-% input stream, as appropriate to the truth of the test and the variant
-% of the function chosen. The tests treat undefined floating points as
+% The tests treat undefined floating points as
% zero as the comparison is intended for real numbers only.
% \end{function}
%
@@ -387,9 +377,7 @@
% Not equal & |!=| \\
% \end{tabular}
% \end{center}
-% Either \meta{true code} or \meta{false code} is then left in the
-% input stream, as appropriate to the truth of the test and the variant
-% of the function chosen. The tests treat undefined floating points as
+% The tests treat undefined floating points as
% zero as the comparison is intended for real numbers only.
% \end{function}
%