commit | ac867f10b49322e25f34d2d8abd8e63c86834750 | [log] [tgz] |
---|---|---|
author | Ajith Ramachandran <ajithar204@gmail.com> | Thu Jun 10 22:12:09 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu Jun 10 17:42:09 2021 +0100 |
tree | df19019a4f94682e5ed4303fe1328526c831517d | |
parent | 90cd4330329a99e52f7141db5e0a469d30088e66 [diff] |
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>