[issue44357] Add math.cbrt() function: Cube Root

Ajith Ramachandran report at bugs.python.org
Wed Jun 9 08:01:03 EDT 2021


Ajith Ramachandran <ajithar204 at gmail.com> added the comment:

Yes I was aware of x**(1/3) and used that. I just thought it would be useful if it was present in math module as it is also used in many situations like `sqrt()`.

----------

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


More information about the Python-bugs-list mailing list