sqrt = (x) : xi = 1 7 times : xi = (xi + x / xi) / 2 . xi . agm = (x, y) : 7 times : a = (x + y) / 2 g = sqrt(x * y) x = a y = g . x .