OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Arithmetic-Geometric Mean
Wolfram Research, Arithmetic-Geometric Mean
EXAMPLE
agm(0.351525969,2) = 1.
MATHEMATICA
digits = 105; x /. FindRoot[ ArithmeticGeometricMean[x, 2] == 1, {x, 1}, WorkingPrecision -> digits+5] // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Mar 05 2013 *)
PROG
(PARI) solve(x=0, 1/2, agm(x, 2)-1)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Robert G. Wilson v, Oct 19 2002
EXTENSIONS
More terms from Benoit Cloitre, Oct 20 2002
STATUS
approved