[latex3-commits] [git/LaTeX3-latex3-latex3] main: Document integer scaling operation more exactly (fixes #1022) (d766b1ad3)

Bruno Le Floch blflatex at gmail.com
Mon Nov 15 15:16:51 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/d766b1ad3af51c13414835c05dc025d75776381b

>---------------------------------------------------------------

commit d766b1ad3af51c13414835c05dc025d75776381b
Author: Bruno Le Floch <blflatex at gmail.com>
Date:   Mon Nov 15 15:16:51 2021 +0100

    Document integer scaling operation more exactly (fixes #1022)


>---------------------------------------------------------------

d766b1ad3af51c13414835c05dc025d75776381b
 l3kernel/l3int.dtx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 3a71f6741..1e1f75b27 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -73,7 +73,8 @@
 %   whenever the absolute value of any intermediate result exceeds
 %   $2^{31}-1$, except in the case of scaling operations
 %   $a$\texttt{*}$b$\texttt{/}$c$, for which $a$\texttt{*}$b$ may be
-%   arbitrarily large;
+%   arbitrarily large (but the operands $a$, $b$, $c$ are still
+%   constrained to an absolute value at most $2^{31}-1$);
 % \item parentheses may not appear after unary \texttt{+} or
 %   \texttt{-}, namely placing \texttt{+(} or \texttt{-(} at the start
 %   of an expression or after \texttt{+}, \texttt{-}, \texttt{*},





More information about the latex3-commits mailing list.