Hello,
Just need a quick sanity check.............
If I run a negative and scale by a negative power of two, my results seem to be one off?
for example, -1 * 2^-5 should be less than -1, so I was expecting it to return a zero. Instead I get -1.
When my input hits -33, I get -2, so it looks like it is off? I was doing this with a big FXP, and wanted to divide by 32 so I thought this would be a fast way of doing it...
Thanks for any input!
Message Edited by tartan5 on
04-18-2008 12:34 PM