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

9 lines
108 B
PostScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/avg {
dup length
{0 gt} {
exch 0 {add} fold exch div
} {
exch pop
} ifte
}.