[issue27353] Add nroot function to math

Tim Peters report at bugs.python.org
Mon Jun 20 17:02:08 EDT 2016


Tim Peters added the comment:

Note that the very popular TI graphics calculators have had a distinct nth-root function at least since the TI-83.  It's a minor convenience there.

I'm +0 on adding it to Python's math module, which means not enough to do any work ;-)

Note that if it is added to `math`, it should also be added to `cmath`.

Short of that, a private function in `statistics` seems best to me.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27353>
_______________________________________


More information about the Python-bugs-list mailing list