From 6d95b4a2c1bbdaea1a3802c822808f476ac5703b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 16 Sep 2011 22:35:41 +0000 Subject: l3kernel 2828 (15sep11) git-svn-id: svn://tug.org/texlive/trunk@23983 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/l3kernel/l3fp.dtx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx') 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> @@ -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} -- cgit v1.2.3