diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-16 22:35:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-16 22:35:41 +0000 |
commit | 6d95b4a2c1bbdaea1a3802c822808f476ac5703b (patch) | |
tree | 1abf9117bf53f2de53fbcc62c352acc92780365b /Master/texmf-dist/source/latex/l3kernel/l3fp.dtx | |
parent | b7f762397f5df2d732326713423e31e1bf91b903 (diff) |
l3kernel 2828 (15sep11)
git-svn-id: svn://tug.org/texlive/trunk@23983 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.dtx | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx index 69646c165a1..01c9c23adcb 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx @@ -9,7 +9,7 @@ %% %% http://www.latex-project.org/lppl.txt %% -%% This file is part of the "expl3 bundle" (The Work in LPPL) +%% This file is part of the "l3kernel bundle" (The Work in LPPL) %% and all files in that bundle must be distributed together. %% %% The released version of this bundle is available from CTAN. @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3fp.dtx 2665 2011-08-25 22:15:27Z joseph $ +\GetIdInfo$Id: l3fp.dtx 2812 2011-09-12 09:19:26Z bruno $ {L3 Experimental floating-point operations} %</driver|package> %<*driver> @@ -197,7 +197,7 @@ % assignment is global. % \end{function} % -% \begin{function}[EXP]{\fp_use:N, \fp_use:c} +% \begin{function}[rEXP]{\fp_use:N, \fp_use:c} % \begin{syntax} % \cs{fp_use:N} \meta{floating point variable} % \end{syntax} @@ -231,7 +231,7 @@ % should also be consulted in this context, as it will insert the % value of the floating point variable as a real number. % -% \begin{function}[EXP]{\fp_to_dim:N, \fp_to_dim:c} +% \begin{function}[rEXP]{\fp_to_dim:N, \fp_to_dim:c} % \begin{syntax} % \cs{fp_to_dim:N} \meta{floating point variable} % \end{syntax} @@ -239,7 +239,7 @@ % into the input stream converted into a dimension in points. % \end{function} % -% \begin{function}[EXP]{\fp_to_int:N, \fp_to_int:c} +% \begin{function}[rEXP]{\fp_to_int:N, \fp_to_int:c} % \begin{syntax} % \cs{fp_to_int:N} \meta{floating point variable} % \end{syntax} @@ -248,7 +248,7 @@ % included, but will be used to round the integer. % \end{function} % -% \begin{function}[EXP]{\fp_to_tl:N, \fp_to_tl:c} +% \begin{function}[rEXP]{\fp_to_tl:N, \fp_to_tl:c} % \begin{syntax} % \cs{fp_to_tl:N} \meta{floating point variable} % \end{syntax} @@ -323,15 +323,14 @@ % % \begin{function}[EXP,pTF]{\fp_if_undefined:N} % \begin{syntax} -% \cs{fp_if_undefined_p:N} \meta{fixed-point} -% \cs{fp_if_undefined:NTF} \meta{fixed-point} -% ~~\Arg{true code} \Arg{false code} +% \cs{fp_if_undefined_p:N} \meta{fixed-point} \\ +% \cs{fp_if_undefined:NTF} \meta{fixed-point} \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). % \end{function} % -% \begin{function}[EXP]{\fp_if_zero:N} +% \begin{function}[EXP,pTF]{\fp_if_zero:N} % \begin{syntax} % \cs{fp_if_zero_p:N} \meta{fixed-point} % \cs{fp_if_zero:NTF} \meta{fixed-point} \Arg{true code} \Arg{false code} |