[issue45876] Improve accuracy of stdev functions in statistics

Raymond Hettinger report at bugs.python.org
Fri Nov 26 21:22:16 EST 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> It won't affect _this_ application, but possibly we should 
> fix this anyway.

I would like to see this fixed.  It affects our ability to
reason about int/int code.  That comes up every time a 
fraction is fed into a math library function than converts
its input to a float.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45876>
_______________________________________


More information about the Python-bugs-list mailing list