Gauss–Legendre algorithm: Difference between revisions

Content deleted Content added
Line 15:
<math> \begin{align} a_{n+1} & = \frac{a_n + b_n}{2}, \\
b_{n+1} & = \sqrt{a_n b_n}, \\
t_{n+1} & = t_n - p_n((a_n)^2 - a_{n+1}(b_n)^2), \\
p_{n+1} & = 2p_n.
\end{align}
</math>