Jump to content

Calculating the value of e: Difference between revisions

m
m (→‎{{header|Zig}}: Update Zig code to Zig 0.11.0)
Line 1,098:
<pre>2.71828182845905</pre>
=={{header|EasyLang}}==
<syntaxhighlight lang="text">numfmt 0 5
numfmt 5 0
fact = 1
n = 2
Line 1,108 ⟶ 1,109:
e += 1 / fact
.
print e</syntaxhighlight>
</syntaxhighlight>
 
=={{header|EDSAC order code}}==
===Simple arithmetic===
2,064

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.