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.dtx19
1 files changed, 3 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index 6dff7765268..80e4bd46480 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 4712 2014-04-30 08:17:49Z joseph $
+\GetIdInfo$Id: l3fp.dtx 5223 2014-07-18 01:54:05Z bruno $
{L3 Floating points}
%</driver|package>
%<*driver>
@@ -762,12 +762,11 @@
% expressions, in order of decreasing precedence: operations listed
% earlier bind more tightly than operations listed below them.
% \begin{itemize}
-% \item Implicit multiplication by juxtaposition (\texttt{2pi},
-% \texttt{3(4+5)}, \emph{etc}).
% \item Function calls (\texttt{sin}, \texttt{ln}, \emph{etc}).
% \item Binary |**| and |^| (right associative).
% \item Unary |+|, |-|, |!|.
-% \item Binary |*|, |/| and |%|.
+% \item Binary |*|, |/|, and implicit multiplication by juxtaposition
+% (\texttt{2pi}, \texttt{3(4+5)}, \emph{etc}).
% \item Binary |+| and |-|.
% \item Comparisons |>=|, |!=|, |<?|, \emph{etc}.
% \item Logical \texttt{and}, denoted by |&&|.
@@ -1173,18 +1172,6 @@
% Other names for $1$ and $+0$.
% \end{variable}
%
-% \begin{function}[EXP, added = 2012-05-08, tested = m3fp-convert002]
-% {\dim_to_fp:n}
-% \begin{syntax}
-% \cs{dim_to_fp:n} \Arg{dimexpr}
-% \end{syntax}
-% Expands to an internal floating point number equal to the value of
-% the \meta{dimexpr} in \texttt{pt}. Since dimension expressions are
-% evaluated much faster than their floating point equivalent,
-% \cs{dim_to_fp:n} can be used to speed up parts of a computation
-% where a low precision is acceptable.
-% \end{function}
-%
% \begin{function}[EXP, added = 2012-05-14, updated = 2012-07-08,
% tested = m3fp-convert003]{\fp_abs:n}
% \begin{syntax}