Arithmetic-geometric mean: Difference between revisions

Content added Content deleted
(Using Real Math module)
m (→‎{{header|C sharp}}: Regularize header markup to recommended on category page)
Line 627: Line 627:
The limit (19,740) is imposed by the accuracy (65568). Using 6 iterations would produce a less accurate result. At 7 iterations increasing the 65568 would mean we already have 38,000 or so digits accurate.
The limit (19,740) is imposed by the accuracy (65568). Using 6 iterations would produce a less accurate result. At 7 iterations increasing the 65568 would mean we already have 38,000 or so digits accurate.


=={{header|C sharp}}==
=={{header|C sharp|C#}}==
<lang csharp>namespace RosettaCode.ArithmeticGeometricMean
<lang csharp>namespace RosettaCode.ArithmeticGeometricMean
{
{