Can someone give me a good fixed point square root algorithm? I need
to get the square root of a 22.10 fixed point number. I am brain
dead when it comes to elementary algebra like this. Please be kind.
I'd like a general algorithm in C or psuedocode that could be used for
different fraction sizes just be changing a #define value. I've
searched and found some that worked for specific cases (like on that
was 2.30) but I could figure out how to adapt it for 22.10.
Thanks in advance,
Tom