log(15)/log(2)=?
Hi, I just started with you C++ tutorial.
In lesson #3 you do write: log(15)/log(2)=4.9
Is that correct? In my calculator is says: 3,9.
Rounding up gives 4. And four bytes are just what's needed to store 15 decimal, or
FFFF hexadecimal, or 1111 binary if I'm on the...