diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-aux.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3fp-aux.dtx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-aux.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-aux.dtx index 53a6456c5ac..bacb6065b5a 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fp-aux.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-aux.dtx @@ -36,7 +36,7 @@ % %<*driver> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3fp-aux.dtx 4181 2012-08-31 17:33:08Z bruno $ +\GetIdInfo$Id: l3fp-aux.dtx 4339 2012-11-24 19:16:43Z joseph $ {L3 Floating-point support functions} \documentclass[full]{l3doc} \begin{document} @@ -650,17 +650,17 @@ % % \begin{macro}[aux, EXP] % { -% \@@_decimate_i:Nnnnn, \@@_decimate_ii:Nnnnn, -% \@@_decimate_iii:Nnnnn, \@@_decimate_iv:Nnnnn, -% \@@_decimate_v:Nnnnn, \@@_decimate_vi:Nnnnn, -% \@@_decimate_vii:Nnnnn, \@@_decimate_viii:Nnnnn, -% \@@_decimate_ix:Nnnnn, \@@_decimate_x:Nnnnn, -% \@@_decimate_xi:Nnnnn, \@@_decimate_xii:Nnnnn, -% \@@_decimate_xiii:Nnnnn, \@@_decimate_xiv:Nnnnn, -% \@@_decimate_xv:Nnnnn, \@@_decimate_xvi:Nnnnn +% \\@@_decimate_auxi:Nnnnn, \\@@_decimate_auxii:Nnnnn, +% \\@@_decimate_auxiii:Nnnnn, \\@@_decimate_auxiv:Nnnnn, +% \\@@_decimate_auxv:Nnnnn, \\@@_decimate_auxvi:Nnnnn, +% \\@@_decimate_auxvii:Nnnnn, \\@@_decimate_auxviii:Nnnnn, +% \\@@_decimate_auxix:Nnnnn, \\@@_decimate_auxx:Nnnnn, +% \\@@_decimate_auxxi:Nnnnn, \\@@_decimate_auxxii:Nnnnn, +% \\@@_decimate_auxxiii:Nnnnn, \\@@_decimate_auxxiv:Nnnnn, +% \\@@_decimate_auxxv:Nnnnn, \\@@_decimate_auxxvi:Nnnnn % } % \begin{syntax} -% \cs{@@_decimate_i:Nnnnn} \meta{f_1} \Arg{X_1} \Arg{X_2} \Arg{X_3} \Arg{X_4} +% \cs{\@@_decimate_auxi:Nnnnn} \meta{f_1} \Arg{X_1} \Arg{X_2} \Arg{X_3} \Arg{X_4} % \end{syntax} % Shifting happens in two steps: compute the \meta{rounding} digit, % and repack digits into two blocks of $8$. The sixteen functions @@ -731,8 +731,8 @@ % structure. This is followed by some digits and a semicolon. % \begin{macrocode} \cs_new:Npn \@@_decimate_pack:nnnnnnnnnnw #1#2#3#4#5 - { \@@_decimate_pack_ii:nnnnnnw { #1#2#3#4#5 } } -\cs_new:Npn \@@_decimate_pack_ii:nnnnnnw #1 #2#3#4#5#6 + { \@@_decimate_pack:nnnnnnw { #1#2#3#4#5 } } +\cs_new:Npn \@@_decimate_pack:nnnnnnw #1 #2#3#4#5#6 { {#1} {#2#3#4#5#6} } % \end{macrocode} % \end{macro} |