Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Avg←{(+⌿⍵)÷≢⍵}
|
||||
Avg 1 2 3 4 5 6
|
||||
3.5
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Avg← +⌿÷≢
|
||||
Avg 1 2 3 4 5 6
|
||||
3.5
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
1 2 3 5 7
|
||||
AMEAN
|
||||
<< CLEAR DEPTH DUP 'N' STO →LIST ΣLIST N / >>
|
||||
3.6
|
||||
Loading…
Add table
Add a link
Reference in a new issue