September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,9 +0,0 @@
|
|||
/numbers {[1 10] 1 range}.
|
||||
/recip {1 exch div}.
|
||||
|
||||
% Arithmetic mean
|
||||
numbers dup 0 {+} fold exch length div
|
||||
% Geometric mean
|
||||
numbers dup 1 {*} fold exch length recip exp
|
||||
% Harmonic mean
|
||||
numbers dup 0 {recip +} fold exch length exch div
|
||||
Loading…
Add table
Add a link
Reference in a new issue