summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp.dtx14
1 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index 80e4bd46480..d8dd82e49ba 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
@@ -38,7 +38,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3fp.dtx 5223 2014-07-18 01:54:05Z bruno $
+\GetIdInfo$Id: l3fp.dtx 5336 2014-08-22 10:26:35Z bruno $
{L3 Floating points}
%</driver|package>
%<*driver>
@@ -813,8 +813,7 @@
% in all cases.
% \end{function}
%
-% \begingroup \catcode`\|=12
-% \begin{function}[tested = m3fp-logic002]{TWO BARS}
+% \begin{function}[tested = m3fp-logic002]{||}
% \begin{syntax}
% \cs{fp_eval:n} \{ \meta{operand_1} \texttt{||} \meta{operand_2} \}
% \end{syntax}
@@ -822,21 +821,18 @@
% value of \meta{operand_2}. Both \meta{operands} are evaluated in all
% cases.
% \end{function}
-% \endgroup
%
-% \begingroup \catcode`\&=12
% \begin{function}[tested = m3fp-logic002]{&&}
% \begin{syntax}
-% \cs{fp_eval:n} \{ \meta{operand_1} \texttt{&&} \meta{operand_2} \}
+% \cs{fp_eval:n} \{ \meta{operand_1} |&&| \meta{operand_2} \}
% \end{syntax}
% If \meta{operand_1} is false (equal to~$\pm 0$), use that value,
% otherwise the value of \meta{operand_2}. Both \meta{operands} are
% evaluated in all cases.
% \end{function}
-% \endgroup
%
% \begin{function}[tested = m3fp-logic001, updated = 2013-12-14]
-% {\<, =, >, ?}
+% {<, =, >, ?}
% \begin{syntax}
% \cs{fp_eval:n} \\
% ~~\{ \\
@@ -888,7 +884,6 @@
% boolean function). Those operations never raise exceptions.
% \end{function}
%
-% \begingroup\catcode`\^=12
% \begin{function}[tested = m3fp-expo001]{**, ^}
% \begin{syntax}
% \cs{fp_eval:n} \{ \meta{operand_1} |**| \meta{operand_2} \}
@@ -903,7 +898,6 @@
% when raising $\pm 0$ to a strictly negative power.
% \enquote{Underflow} and \enquote{overflow} occur when appropriate.
% \end{function}
-% \endgroup
%
% \begin{function}[tested = m3fp-basics004]{abs}
% \begin{syntax}