]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
authorAjith Ramachandran <ajithar204@gmail.com>
Thu, 10 Jun 2021 16:42:09 +0000 (22:12 +0530)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 16:42:09 +0000 (17:42 +0100)
commitac867f10b49322e25f34d2d8abd8e63c86834750
treedf19019a4f94682e5ed4303fe1328526c831517d
parent90cd4330329a99e52f7141db5e0a469d30088e66
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)

* Add math.cbrt() function: Cube Root

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Doc/library/math.rst
Doc/whatsnew/3.11.rst
Lib/test/test_math.py
Misc/ACKS
Misc/NEWS.d/next/Library/2021-06-09-08-32-39.bpo-44357.70Futb.rst [new file with mode: 0644]
Modules/mathmodule.c