Message342193
> for the smallest int `a` satisfying `a * a >= n`
I'd spell that as `1 + isqrt(n - 1)`. I'd prefer to keep things simple and just add the one building block, rather than adding multiple variants. |
|
Date |
User |
Action |
Args |
2019-05-11 14:40:06 | mark.dickinson | set | recipients:
+ mark.dickinson, serhiy.storchaka |
2019-05-11 14:40:06 | mark.dickinson | set | messageid: <1557585606.38.0.0750536687024.issue36887@roundup.psfhosted.org> |
2019-05-11 14:40:06 | mark.dickinson | link | issue36887 messages |
2019-05-11 14:40:06 | mark.dickinson | create | |
|