Cumulative standard deviation: Difference between revisions

m
→‎{{header|Perl 6}}: useless semi-colon
(→‎{{header|Perl 6}}: style: avoiding parens with the R metaop)
m (→‎{{header|Perl 6}}: useless semi-colon)
Line 1,474:
my @a;
return { push @a, $^x; sd @a; };
};
 
my &f = sdaccum;
1,934

edits