In the first part of this article I wrote code to calculate rough estimates of square roots which enable formulas which converge on accurate square root values to do so with fewer iterations. Part 1 also included code to graph estimates to compare them to accurate values.
In this second part I'll implement some of those formulas, again graphing the results alongside definitive values.
Continue reading