Mark Dickinson <[email protected]> added the comment:
> 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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36887> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
