Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3b18d7

Browse files
committed
Fix error noted by Gerrit Holl (old; had been buried in my INBOX):
sequence repitition works just fine with long integers now, so we should not say that only plain integers are allowed.
1 parent 0c47559 commit c3b18d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/ref/ref5.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,9 @@ \section{Binary arithmetic operations\label{binary}}
568568

569569
The \code{*} (multiplication) operator yields the product of its
570570
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
571+
must be an integer (plain or long) and the other must be a sequence.
572+
In the former case, the numbers are converted to a common type and
573+
then multiplied together. In the latter case, sequence repetition is
574574
performed; a negative repetition factor yields an empty sequence.
575575
\index{multiplication}
576576

0 commit comments

Comments
 (0)