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 Jeffrey.Kintscher, mark.dickinson, pablogsal, rhettinger, tim.peters, veky
Date 2020-08-06.19:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596743113.36.0.739606821535.issue41458@roundup.psfhosted.org>
In-reply-to
Content
FWIW, the occasions where this mattered all involved a mix of multiplications and divisions that mostly cancel out.   

The quadratic formula example is typical:   product([4.0, a, c, 1.0/b, 1.0/b].

Or a floating point implementation of comb(): product([1000, 999, 998, 997, 1/4, 1/3, 1/2, 1/1])

Or terms in series expansions where both the numerator and denominator have many factors.
History
Date User Action Args
2020-08-06 19:45:13rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, veky, pablogsal, Jeffrey.Kintscher
2020-08-06 19:45:13rhettingersetmessageid: <1596743113.36.0.739606821535.issue41458@roundup.psfhosted.org>
2020-08-06 19:45:13rhettingerlinkissue41458 messages
2020-08-06 19:45:13rhettingercreate