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.
Click here to return to the Babylonian algorithm page.