Message407060
Instead of calling float(), perhaps do an int/int division to match the other code path so that the function depends on only one mechanism for building the float result.
- return float(_isqrt_frac_rto(n, m << 2 * q) << q)
+ (_isqrt_frac_rto(n, m << 2 * q) << q) / 1 |
|
| Date |
User |
Action |
Args |
| 2021-11-26 15:58:23 | rhettinger | set | recipients:
+ rhettinger, tim.peters, mark.dickinson, steven.daprano |
| 2021-11-26 15:58:23 | rhettinger | set | messageid: <1637942303.49.0.406266881557.issue45876@roundup.psfhosted.org> |
| 2021-11-26 15:58:23 | rhettinger | link | issue45876 messages |
| 2021-11-26 15:58:23 | rhettinger | create | |
|