File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,9 +626,9 @@ Vectors can be used in arithmetic expressions, in which case the
626626operations are performed element by element. Vectors occurring in the
627627same expression need not all be of the same length. If they are not,
628628the value of the expression is a vector with the same length as the
629- longest vector which occurs in the expression. Shorter vectors in the
630- expression are @emph { recycled } as often as need be (perhaps
631- fractionally) until they match the length of the longest vector. In
629+ longest vector which occurs in the expression. @emph { Recycling } occurs in each
630+ binary operation: the shorter vector is recycled as often as need be (perhaps
631+ fractionally) until it matches the length of the longer vector. In
632632particular a constant is simply repeated. So with the above assignments
633633the command
634634@cindex Recycling rule
You can’t perform that action at this time.
0 commit comments