in reply to Re: Answer: How do I get the root mean square of a list?
in thread How do I get the root mean square of a list?

you have heard of PDL havent you? it handles array ops as fast as C within Perl. and it does have rms as part of its stats() function.
  • Comment on Re: Re: Answer: How do I get the root mean square of a list?