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 mark.dickinson, rhettinger, steven.daprano, tim.peters
Date 2021-11-23.22:46:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637707614.29.0.943067167723.issue45876@roundup.psfhosted.org>
In-reply-to
Content
I've opened a PR to make this easy to experiment with.

It also worked with my frac_sqrt() and deci_sqrt(), but having all integer arithmetic and always correct rounding are nice wins.  

The only downside is that I completely understood the first two variants but am still studying the new one.  Perhaps Tim will have a look as well.
History
Date User Action Args
2021-11-23 22:46:54rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, steven.daprano
2021-11-23 22:46:54rhettingersetmessageid: <1637707614.29.0.943067167723.issue45876@roundup.psfhosted.org>
2021-11-23 22:46:54rhettingerlinkissue45876 messages
2021-11-23 22:46:54rhettingercreate