RosettaCodeData/Task/Averages-Arithmetic-mean/RPL/averages-arithmetic-mean.rpl
2023-07-01 13:44:08 -04:00

4 lines
72 B
Text

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