I came here too late and missed all the fun!
To calculate the square root of a number, I believe it has to be done numerically, so you either have to sum an infinite series or use an iterative method that starts with an estimate and gives successively more accurate values with each iteration.