Surely diddling with the bits is what its all about!
Maybe I'm missing something, but I can't see that
float pi = 3.14159;
bitWrite(pi, 18, 0);
is going to achieve something useful.
Surely diddling with the bits is what its all about!
Maybe I'm missing something, but I can't see that
float pi = 3.14159;
bitWrite(pi, 18, 0);
is going to achieve something useful.