Faulhaber's triangle: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 3,441: Line 3,441:
0 -3/20 0 1/2 0 -7/10 0 3/4 1/2 1/10</pre>
0 -3/20 0 1/2 0 -7/10 0 3/4 1/2 1/10</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import math.fractions
<syntaxhighlight lang="v (vlang)">import math.fractions
import math.big
import math.big