RosettaCodeData/Task/Averages-Arithmetic-mean/Trith/averages-arithmetic-mean.trith

4 lines
87 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: mean dup empty? [drop 0] [dup [+] foldl1 swap length /] branch ;
[3 1 4 1 5 9] mean