Jacobsthal numbers: Difference between revisions

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


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|go}}
{{trans|go}}
{{incomplete|Vlang|Probably Prime section isn't implemented yet (This is in development)}}
{{incomplete|V (Vlang)|Probably Prime section isn't implemented yet (This is in development)}}
<syntaxhighlight lang="vlang">import math.big
<syntaxhighlight lang="v (vlang)">import math.big


fn jacobsthal(n u32) big.Integer {
fn jacobsthal(n u32) big.Integer {