summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-30 22:39:09 +0000
committerKarl Berry <karl@freefriends.org>2018-04-30 22:39:09 +0000
commita28e1bfccd6fe522fcd296426e4d89c7fb4f19b6 (patch)
treeb72347e08575b56fcfed87c4d837b48dcfd1e02a /Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
parentb40c37a9e22b8235ff9c0bc256d00f7af94304c3 (diff)
l3 (30apr18)
git-svn-id: svn://tug.org/texlive/trunk@47516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
index 3351207ab22..7007c9a3ab6 100644
--- a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: xfp.dtx (C) Copyright 2017 The LaTeX3 Project
+%% File: xfp.dtx (C) Copyright 2017-2018 The LaTeX3 Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -62,7 +62,7 @@
% }^^A
% }
%
-% \date{Released 2018/02/21}
+% \date{Released 2018-04-30}
%
% \maketitle
%
@@ -73,8 +73,8 @@
% integer expression interface for convenience.
%
% \begin{function}[EXP]{\fpeval}
-% The expandable command \cs{fpeval} takes as it's argument a floating
-% point expression and will produce a result using the normal rules of
+% The expandable command \cs{fpeval} takes as its argument a floating
+% point expression and produces a result using the normal rules of
% mathematics. As this command is expandable it can be used where \TeX{}
% requires a number and for example within a low-level \cs{edef} operation
% to give a purely numerical result.
@@ -116,15 +116,17 @@
% $\operatorname{round}(x,n,t)$ rounds to the closest value, with
% ties rounded to an even value by default, towards zero if $t=0$,
% towards $+\infty$ if $t>0$ and towards $-\infty$ if $t<0$.
-% \item Random numbers: $\mathop{rand}()$, $\mathop{randint}(m,n)$ (requires
-% \pdfTeX{} or \LuaTeX{}).
+% \item Random numbers: $\mathop{rand}()$, $\mathop{randint}(m,n)$
+% (not available in \XeTeX{}).
% \item Constants: \texttt{pi}, \texttt{deg} (one degree in radians).
% \item Dimensions, automatically expressed in points, \emph{e.g.},
% \texttt{pc} is~$12$.
% \item Automatic conversion (no need for \cs{number}) of
-% integer, dimension, and skip variables to floating points,
+% integer, dimension, and skip variables to floating points numbers,
% expressing dimensions in points and ignoring the stretch and
% shrink components of skips.
+% \item Tuples: $(x_1,\ldots{},x_n)$ that can be added together,
+% multiplied or divided by a floating point number, and nested.
% \end{itemize}
%
% An example of use could be the following.
@@ -159,7 +161,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xfp}{2018/02/21}{}
+\ProvidesExplPackage{xfp}{2018-04-30}{}
{L3 Floating point unit}
% \end{macrocode}
%