Arithmetic-geometric mean: Difference between revisions

Content added Content deleted
Line 2,693: Line 2,693:
^ ai</lang>
^ ai</lang>


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


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