RosettaCodeData/Task/Arithmetic-geometric-mean/Smalltalk/arithmetic-geometric-mean-2.st
2023-07-01 13:44:08 -04:00

3 lines
112 B
Smalltalk

Transcript showCR: (24 agm:6).
Transcript showCR: ( (1/2) agm:(1/6) ).
Transcript showCR: (1 agm:(1 / 2 sqrt)).