]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44364:Add non integral tests for `sqrt()` (#26625)
authorAjith Ramachandran <ajithar204@gmail.com>
Thu, 10 Jun 2021 16:27:26 +0000 (21:57 +0530)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 16:27:26 +0000 (17:27 +0100)
commit90cd4330329a99e52f7141db5e0a469d30088e66
treedfd5fa803cb78b742e4b3aa70e5efb64441a118a
parent31aa0dbff4c1d39c9d77c6c8f4a61d0e46c1268b
bpo-44364:Add non integral tests for `sqrt()` (#26625)

* Add non integral tests for `sqrt()`

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Lib/test/test_math.py
Misc/NEWS.d/next/Tests/2021-06-09-15-32-05.bpo-44364.zu9Zee.rst [new file with mode: 0644]