http://qs321.pair.com?node_id=208317


in reply to RE: RE: RE: There can be only one!
in thread There can be only one!

2 << 4 is 2 "left shifted" by four digits. In binary, 10.00000 is moved four digits to the left to result in 100000.0, or 32. Every time you move the decimal point in binary, you multiply or divide by two. So it's like moving the decimal point to multiply or divide by ten in decimal.