Tagged Questions

6
votes
10answers
7k views

Writing your own square root function

How do you write your own function for finding the most accurate square root of an integer? After googling it, I found this, but firstly, I didn't get it completely, and secondly, it is approximate ...