Set right-adjacent bits: Difference between revisions

m
whoops
(New draft task with Python solutions.)
 
m (whoops)
Line 50:
* Implement a routine to perform the setting of right-adjacent bits on representations of bits that will scale over the given range of input width <code>e</code>.
* Use it to show, here, the results for the input examples above.
* Print the output aligned in a way that allows easy checking by eyeofeye of the binary input vs output.
 
=={{header|Python}}==
Anonymous user