3 lines
60 B
Mathematica
3 lines
60 B
Mathematica
|
|
t = 0 : 2^16 - 1;
|
||
|
|
plot(t, bitand(t, bitshift(t, -8)), 'k.')
|