Arithmetic-geometric mean: Difference between revisions

Content added Content deleted
Line 2,696: Line 2,696:
<lang smalltalk>Transcript showCR: (24 agm:6).
<lang smalltalk>Transcript showCR: (24 agm:6).
Transcript showCR: ( (1/2) agm:(1/6) ).
Transcript showCR: ( (1/2) agm:(1/6) ).
Transcript showCR: (1 agm:(1 / 2 sqrt)).
Transcript showCR: (1 agm:(1 / 2 sqrt)).</lang>
</lang>
{{out}}
{{out}}
<pre>
<pre>13.4581714817256
13.4581714817256
0.310602797207483
0.310602797207483
0.847213084793979
0.847213084793979</pre>


=={{header|SQL}}==
=={{header|SQL}}==