Jump to content

Multiplication tables: Difference between revisions

m
Line 970:
└──┴────────────────────────────────────────────────┘</lang>
 
That said, note that <code>*/~</code> is the core primitive used to construct a multiplication table and this is a general technique so that, for example, <code>+/~</code> would make an addition table. The rest is just to make it look pretty (and to blank out the lower triangle -- we use a greaterless than or equal table (<code><:/~</code>) to control that).
 
=={{header|Java}}==
6,962

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.