diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/minifp/minifp.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/minifp/minifp.sty | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/minifp/minifp.sty b/Master/texmf-dist/tex/generic/minifp/minifp.sty index 0566ae33e1e..bcd4ad1ec7b 100644 --- a/Master/texmf-dist/tex/generic/minifp/minifp.sty +++ b/Master/texmf-dist/tex/generic/minifp/minifp.sty @@ -21,8 +21,8 @@ %% is Daniel H. Luecking. The Base Interpreters associated %% with minifp are plain TeX and LaTeX. %% -\def\MFPfiledate{2013/05/28}% -\def\MFPfileversion{0.95}% +\def\MFPfiledate{2013/12/30}% +\def\MFPfileversion{0.96}% \expandafter \ifx \csname MFP@finish\endcsname\relax \else \expandafter\endinput \fi @@ -255,7 +255,7 @@ \let\Rnoop\relax \def\Rcmp{% \MFPgetoperand@y\MFPgetoperand@x - \MFP@Rcat\MFP@x@Val\MFP@Rcat\MFP@y@Val + \MFP@Rcattwo\MFP@y@Val\MFP@x@Val \MFP@Rcmp}% \def\Rchk{% \MFPgetoperand@x @@ -268,8 +268,8 @@ \MFPpush@result}% \def\Rpop{\@xp\MFP@popit\MFP@Rstack\MFP@end}% \def\Rexch{% - \Rpop\MFP@x@Val\Rpop\MFP@y@Val - \MFP@Rcattwo\MFP@y@Val\MFP@x@Val}% + \Rpop\MFP@y@Val\Rpop\MFP@x@Val + \MFP@Rcattwo\MFP@x@Val\MFP@y@Val}% \def\Rdup{% \Rpop\MFP@x@Val \MFP@Rcattwo\MFP@x@Val\MFP@x@Val}% @@ -554,6 +554,7 @@ \advance\MFP@tempa-\MFP@numdigits@toshift\MFP@x@Int\relax \@XP\MFP@doshift@x\@xp\MFP@x@Int\MFP@x@Frc0000000\MFP@end \ifnum\MFP@tempa<-9 + \MFP@Rzero \else \MFP@tempf\MFP@tempa \advance\MFP@tempf 10 |