Euler's constant 0.5772...: Difference between revisions

No edit summary
Line 863:
{{works with|Delphi|6.0}}
{{libheader|SysUtils,StdCtrls}}
This programs demonstrates the basic method of calculating the Euler number. It illustrates how the number of iterations increaseincreases the accuracy.
<syntaxhighlight lang="Delphi">
 
Line 949:
Elapsed Time: 4.716 Sec.
</pre>
 
 
=={{header|J}}==
465

edits