sqroot - square root
val=sqrt(r,t0,epsilon)
number squared
initial value
desired precision
square root
Finds the square root of r, starting from t0.
A simple Newton algorithm. The hope is that with a proper choice of t0, it makes less iterations than the system sqrt.
``Fast'' square root
sepmath