Y
Hacker News
new
|
ask
|
show
|
jobs
by
tr352
3609 days ago
It's multiplication in the sense that for two base-2 numbers A and B, A & B is the same as A * B, but I get your point.
1 comments
jonsen
3609 days ago
For two
bits
AND is multiply, not for two numbers in general, regardless of base.
link