Ethiopian multiplication: Difference between revisions

J: document reason for last edit
(J: removed inaccurate comment)
(J: document reason for last edit)
Line 860:
<lang j> 17 ethiop 34
578</lang>
 
Note that <code>double</code> will repeatedly double its right argument if given a repetition count for its left argument:
 
<lang J> (<5) double 17
17 34 68 136 272</lang>
 
=={{header|Java}}==
6,962

edits