Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c47559 commit c3b18d7Copy full SHA for c3b18d7
1 file changed
Doc/ref/ref5.tex
@@ -568,9 +568,9 @@ \section{Binary arithmetic operations\label{binary}}
568
569
The \code{*} (multiplication) operator yields the product of its
570
arguments. The arguments must either both be numbers, or one argument
571
-must be a plain integer and the other must be a sequence. In the
572
-former case, the numbers are converted to a common type and then
573
-multiplied together. In the latter case, sequence repetition is
+must be an integer (plain or long) and the other must be a sequence.
+In the former case, the numbers are converted to a common type and
+then multiplied together. In the latter case, sequence repetition is
574
performed; a negative repetition factor yields an empty sequence.
575
\index{multiplication}
576
0 commit comments