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.dtx24
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index 09efdfdd58f..d4f0a435ec9 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
@@ -36,7 +36,7 @@
%
%<*driver|package>
\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3fp.dtx 4449 2013-01-19 23:55:05Z bruno $
+\GetIdInfo$Id: l3fp.dtx 4521 2013-07-09 11:45:31Z joseph $
{L3 Floating points}
%</driver|package>
%<*driver>
@@ -119,11 +119,11 @@
% Floating point numbers can be given either explicitly (in a form such
% as |1.234e-34|, or |-.0001|), or as a stored floating point variable,
% which is automatically replaced by its current value. See
-% section~\ref{sec:fp-floats} for a description of what a floating point is,
-% section~\ref{sec:fp-precedence} for details about how an expression is
-% parsed, and section~\ref{sec:fp-operations} to know what the various
+% section~\ref{sec:l3fp:fp-floats} for a description of what a floating point is,
+% section~\ref{sec:l3fp:fp-precedence} for details about how an expression is
+% parsed, and section~\ref{sec:l3fp:fp-operations} to know what the various
% operations do. Some operations may raise exceptions (error messages),
-% described in section~\ref{sec:fp-exceptions}.
+% described in section~\ref{sec:l3fp:fp-exceptions}.
%
% An example of use could be the following.
% \begin{verbatim}
@@ -533,7 +533,7 @@
% \end{variable}
%
% \section{Floating point exceptions}
-% \label{sec:fp-exceptions}
+% \label{sec:l3fp:fp-exceptions}
%
% \emph{The functions defined in this section are experimental, and
% their functionality may be altered or removed altogether.}
@@ -637,7 +637,7 @@
%
% \section{Floating point expressions}
%
-% \subsection{Input of floating point numbers} \label{sec:fp-floats}
+% \subsection{Input of floating point numbers} \label{sec:l3fp:fp-floats}
%
% We support four types of floating point numbers:
% \begin{itemize}
@@ -705,7 +705,7 @@
% \texttt{exp(1)} or \cs{c_e_fp}.
%
% \subsection{Precedence of operators}
-% \label{sec:fp-precedence}
+% \label{sec:l3fp:fp-precedence}
%
% We list here all the operations supported in floating point
% expressions, in order of decreasing precedence: operations listed
@@ -731,7 +731,7 @@
% Functions are called on the value of their argument, contrarily to
% \TeX{} macros.
%
-% \subsection{Operations} \label{sec:fp-operations}
+% \subsection{Operations} \label{sec:l3fp:fp-operations}
%
% We now present the various operations allowed in floating point
% expressions, from the lowest precedence to the highest. When used as
@@ -789,7 +789,7 @@
% \cs{fp_eval:n} \{ \meta{operand_1} \meta{comparison} \meta{operand_2} \}
% \end{syntax}
% The \meta{comparison} consists of a non-empty string of |<|, |=|,
-% |>|, and |?|, optionally preceeded by |!|. It may not start with
+% |>|, and |?|, optionally preceded by |!|. It may not start with
% |?|. This evaluates to $+1$ if the \meta{comparison} between the
% \meta{operand_1} and \meta{operand_2} is true, and $+0$ otherwise.
% \end{function}
@@ -879,7 +879,7 @@
% \cs{fp_eval:n} \{ |max(| \meta{fpexpr_1} |,| \meta{fpexpr_2} |,| \ldots{} |)| \}
% \cs{fp_eval:n} \{ |min(| \meta{fpexpr_1} |,| \meta{fpexpr_2} |,| \ldots{} |)| \}
% \end{syntax}
-% Evalutes each \meta{fpexpr} and computes the largest (smallest) of
+% Evaluates each \meta{fpexpr} and computes the largest (smallest) of
% those. If any of the \meta{fpexpr} is a \nan{}, the result is
% \nan{}. Those operations do not raise exceptions.
% \end{function}
@@ -1081,7 +1081,7 @@
% \begin{itemize}
% \item Optimize argument reduction for trigonometric functions: we
% don't need $6\times 4$ digits here, only $4\times 4$.
-% \item In subsection~\ref{sec:fp-floats}, write a grammar.
+% \item In subsection~\ref{sec:l3fp:fp-floats}, write a grammar.
% \item Fix the |TWO BARS| business with the index.
% \item It would be nice if the \texttt{parse} auxiliaries for each
% operation were set up in the corresponding module, rather than