RosettaCodeData/Task/Averages-Arithmetic-mean/RPL-2/averages-arithmetic-mean.rpl
2016-12-05 22:15:40 +01:00

4 lines
65 B
Text

1 2 3 5 7
AMEAN
<< DEPTH DUP 'N' STO ->LIST ΣLIST N / >>
3.6