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

Content added Content deleted
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,414: Line 1,414:
</pre>
</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|C}}
{{trans|C}}
<syntaxhighlight lang="vlang">import math
<syntaxhighlight lang="v (vlang)">import math
const eps = 1e-6
const eps = 1e-6
fn main() {
fn main() {