Home

Estimate for the square root of a number

This program will provide you with an estimate for the square root of a number. It's accuracy is quite poor, as it is only based on the number of digits of your number, but it will help with deciding on an initial value for the Babylonian algorithm for square roots.

Number to estimate the square root of:

Click here to return to the Babylonian algorithm page.