in reply to Re^2: calculating the 3 MSBs from an integer
in thread calculating the 3 MSBs from an integer

You are right on everything. use integer is not needed, I do it always since shifts are done sign wo integer and unsigned with use integer. In this case it does not matter.
Boris
  • Comment on Re^3: calculating the 3 MSBs from an integer