This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, steven.daprano, zach.ware
Date 2014-03-24.04:19:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395634787.1.0.324536961357.issue21046@psf.upfronthosting.co.za>
In-reply-to
Content
At the top of the documentation page is a link to the pure python source code for the statistics functions.  The source for the main functions is short, readable, and clear about exactly what is being done.  The code for the help functions like _sum() is a bit convoluted but the basic idea is to perform basic math in a way that doesn't lose precision.
History
Date User Action Args
2014-03-24 04:19:47rhettingersetrecipients: + rhettinger, steven.daprano, zach.ware
2014-03-24 04:19:47rhettingersetmessageid: <1395634787.1.0.324536961357.issue21046@psf.upfronthosting.co.za>
2014-03-24 04:19:47rhettingerlinkissue21046 messages
2014-03-24 04:19:46rhettingercreate