Jump to content

Averages/Arithmetic mean: Difference between revisions

m (→‎{{header|UNIX Shell}}: Do not exit when outside of subshell.)
Line 1,021:
sum ==
}def
</lang>
 
{{libheader|initlib}}
{{works with|Ghostscript}}
<lang postscript>
/avg {
dup length
{0 gt} {
exch 0 {add} fold exch div
} {
exch pop
} ifte
}.
</lang>
 
418

edits

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