Four bit adder: Difference between revisions

m
J: clarify wording
(+ Haskell)
m (J: clarify wording)
Line 747:
1 0 1 1 0</lang>
 
ForTo produce all results:
<lang j> add"1/~#:i.16</lang>
 
Line 759:
Compare this to a regular addition table:
<lang j> +/~i.10</lang>
(this produces a 10 by 10 array -- the results have no further internal structure.)
 
===Glossary===
6,962

edits