Estimating square roots using the Newton-Raphson method
As early as 1000BC, Babylon had an algorithm in place to calculate the square root of any positive integer. We’ll look closer at this method and you can find its implementation in Python at the bottom. Say you were to calculate the square root of 2. We can take a guess and pick a number…