Arithmetic-geometric mean: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Use spaces instead of tabs)
Line 503: Line 503:
loopuntil a = t
loopuntil a = t


print a
print a</syntaxhighlight>
{{out| Output}}

<pre>0.85</pre>
end</syntaxhighlight>


==={{header|FreeBASIC}}===
==={{header|FreeBASIC}}===