RosettaCodeData/Task/Averages-Arithmetic-mean/PostScript/averages-arithmetic-mean-2.ps

9 lines
108 B
PostScript
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
/avg {
dup length
{0 gt} {
exch 0 {add} fold exch div
} {
exch pop
} ifte
}.