Tagged Questions
9
votes
4answers
198 views
How to improve fixed point square-root for small values
I am using Anthony Williams' fixed point library described in the Dr Dobb's article "Optimizing Math-Intensive Applications with Fixed-Point Arithmetic" to calculate the distance between two ...