[issue36887] Add integer square root, math.isqrt

Serhiy Storchaka report at bugs.python.org
Sat May 11 10:29:03 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I am wondering whether int(sqrt(float(n))) can be used as a good initial approximation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36887>
_______________________________________


More information about the Python-bugs-list mailing list