summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAjith Ramachandran <ajithar204@gmail.com>2021-06-10 16:27:26 (GMT)
committerGitHub <noreply@github.com>2021-06-10 16:27:26 (GMT)
commit90cd4330329a99e52f7141db5e0a469d30088e66 (patch)
treedfd5fa803cb78b742e4b3aa70e5efb64441a118a /Misc
parent31aa0dbff4c1d39c9d77c6c8f4a61d0e46c1268b (diff)
downloadcpython-90cd4330329a99e52f7141db5e0a469d30088e66.zip
cpython-90cd4330329a99e52f7141db5e0a469d30088e66.tar.gz
cpython-90cd4330329a99e52f7141db5e0a469d30088e66.tar.bz2
bpo-44364:Add non integral tests for `sqrt()` (#26625)
* Add non integral tests for `sqrt()` Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-06-09-15-32-05.bpo-44364.zu9Zee.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-06-09-15-32-05.bpo-44364.zu9Zee.rst b/Misc/NEWS.d/next/Tests/2021-06-09-15-32-05.bpo-44364.zu9Zee.rst
new file mode 100644
index 0000000..12b80e8
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-06-09-15-32-05.bpo-44364.zu9Zee.rst
@@ -0,0 +1 @@
+Add non integral tests for :func:`math.sqrt` function.