This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients belopolsky, mark.dickinson, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters
Date 2016-06-20.21:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466456528.83.0.960818231433.issue27353@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-20 21:02:08tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, belopolsky, steven.daprano, skrah, serhiy.storchaka
2016-06-20 21:02:08tim.peterssetmessageid: <1466456528.83.0.960818231433.issue27353@psf.upfronthosting.co.za>
2016-06-20 21:02:08tim.peterslinkissue27353 messages
2016-06-20 21:02:08tim.peterscreate