Jump to content

Averages/Arithmetic mean: Difference between revisions

(Undo revision 330156 by Willi64 (talk))
Tag: Undo
Line 2,683:
else
echo "0\n";</syntaxhighlight>
 
 
=={{header|Picat}}==
<syntaxhighlight lang="picat">mean([]) = false.
mean(V) = sum(V) / len(V).</syntaxhighlight>
 
=={{header|PicoLisp}}==
11

edits

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