Initial estimate
Decimal estimates
Scalar estimates
Linear estimates
Hyperbolic estimates
Arithmetic estimates
Binary estimates
Heron's method
Example
Convergence
Worst case for convergence
Bakhshali method
Digit-by-digit calculation
Basic principle
Decimal (base 10)
Examples
Binary numeral system (base 2)
Exponential identity
A two-variable iterative method
Iterative methods for reciprocal square roots
Goldschmidt’s algorithm
Taylor series
Continued fraction expansion
Lucas sequence method
U_n(P, Q)= \begin 0 & \textn = 0 \\ 1 & \textn = 1 \\ P \cdot U_(P, Q) -Q \cdot U_(P, Q) & \text \end
x^2 -P \cdot x +Q = 0
\begin x_1 = \dfrac, & x_2 = \dfrac\end
\lim_ = x_1
\begin U_n \\ U_ \end = \begin 0 & 1 \\ -Q & P \end \cdot \begin U_ \\ U_n \end = \begin 0 & 1 \\ -Q & P \end^n \cdot \begin U_0 \\ U_1 \end
\begin 0 & 1 \\ a -1 & 2 \end^n \cdot \begin 0 \\ 1 \end = \begin U_n \\ U_ \end
\sqrt = \frac -1
Approximations that depend on the floating point representation
EXPONENT(x)
Reciprocal of the square root
Negative or complex square
See also
Notes
References
Bibliography
External links