[issue44364] Add non integral tests for `sqrt()`

Serhiy Storchaka report at bugs.python.org
Thu Jun 10 15:33:06 EDT 2021


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

65733 and 262694 are integers in range 1..1000000 with largest relative errors of naive square root (with different signs).

33031 and 524557 are integers in range 1..1000000 with largest relative errors of naive cube root (with different signs).

----------

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


More information about the Python-bugs-list mailing list