On Sun, 2010-10-17 at 17:10 +0000, Steven D'Aprano wrote:
> I am pleased to announce the first public release of stats for Python.
> 
> http://pypi.python.org/pypi/stats

Quick comment on your sum() function:


http://docs.python.org/library/math.html#math.fsum

(in 2.6 and above)

should do the same thing, but faster.

It looks like a useful module though.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to