[NumPy-Tickets] [NumPy] #1855: Numerical-stable sum (similar to math.fsum)
NumPy Trac
numpy-tickets@scipy....
Thu Jun 2 14:35:25 CDT 2011
#1855: Numerical-stable sum (similar to math.fsum)
------------------------+---------------------------------------------------
Reporter: ling | Owner: somebody
Type: task | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.0
Keywords: |
------------------------+---------------------------------------------------
Changes (by ling):
* cc: ling (added)
* component: Other => numpy.core
Comment:
This could be related to #1098. If the requested algorithm (or a better
one) is implemented there, it could also be enabled by a "stable=True"
parameter. I.e., users have the choice between the default (fast but may
be inaccurate) and the stable one.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1855#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list