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-26.00:36:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637887014.19.0.498454769686.issue45876@roundup.psfhosted.org>
In-reply-to
Content
Mark, would it preferable to use ldexp() to build the float?

+   return math.ldexp(isqrt_frac_rto(n << -2 * q, m), q)
-   return isqrt_frac_rto(n << -2 * q, m) / (1 << -q)
History
Date User Action Args
2021-11-26 00:36:54rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, steven.daprano
2021-11-26 00:36:54rhettingersetmessageid: <1637887014.19.0.498454769686.issue45876@roundup.psfhosted.org>
2021-11-26 00:36:54rhettingerlinkissue45876 messages
2021-11-26 00:36:54rhettingercreate