Averages/Arithmetic mean: Difference between revisions

Content added Content deleted
m (→‎{{header|Quackery}}: updated output to reflect change to proper$)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 3,808: Line 3,808:
endfunction</syntaxhighlight>
endfunction</syntaxhighlight>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="vlang">import math
<syntaxhighlight lang="v (vlang)">import math
import arrays
import arrays