3 lines
81 B
Factor
3 lines
81 B
Factor
|
|
: root-mean-square ( seq -- mean )
|
||
|
|
[ [ sq ] map-sum ] [ length ] bi / sqrt ;
|