There are several algorithms developed to manually calculate the square root of a number. My favorite is the method of averaging, which is probably the least complicated.  In this method, the number is divided by the nearest square root estimate, … Continue reading →