I was rather bored one night, and thus decided to try my hand at implementing a python version of newton's sqrt approximation method. This was heavily inspired by quake's famous inverse square root ...
Python implementations of numerical methods to find the square root of an input floating point number to an arbitrary precision. Includes a GUI dialog box to enter the input number and precision. The ...