Revert "math.extras: change to <clumps> to match other moving- words."

This reverts commit 4c3d15e01a89a3383e77192ebcf969c2a17e7aa8.
db4
John Benediktsson 2013-05-06 08:38:07 -07:00
parent 92e8bdaf1a
commit bd8cc0a5f1
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ PRIVATE>
[ 1 ] 2dip '[ dupd swap - _ * + dup ] map nip ;
: moving-median ( u n -- v )
<clumps> [ median ] map ;
clump [ median ] map ;
: moving-supremum ( u n -- v )
<clumps> [ supremum ] map ;