Making sense. Been too long since i last did all of this. ok 1 is set in place for 0001B, 01Q, 1, and 01H then how does the half come. I can follow the counting that takes place when 0-F in Hex or 0-9 in decimal, butthe halves. I think it is safe to ask for reference to fractional literature. I would like to further my knowledge in such.

It is not quite as simple when it come to the basic math as we know of it as (what we learned in grade school) and for the following of fractions using controllers, well... Thanks I would have to say. Just show how far out off the loop I fall.


"yes, variable>>1 is the same as variable/2. >> is a bnary shift. so if a=8 for example, thats 00001000 in binary. when u shift it all 1 place to the right (>>1), you get 00000100 which is 4 (i.e. you have halved the value)."

so if I put >>2 would that be /4 (division by four). The shift right by 2 places. Trying to make sense.



The second question is the label PROGRAM2. I have an equation that has a negative value in the denominator. In paper math it should cancel out to a positive number. You had mention something earlier about this, would I have to change the equation so that there is no negative in the denominator or is there some way to work with the equation as is?



The third question is that I have the 1.5 would this fall to you shift comment. That it is more appropriate to utilize (1 + (>>1)) rather than to what I have.