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 steven.daprano
Recipients belopolsky, mark.dickinson, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters
Date 2016-06-25.11:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160625113628.GC27919@ando.pearwood.info>
In-reply-to <1466456528.83.0.960818231433.issue27353@psf.upfronthosting.co.za>
Content
On Mon, Jun 20, 2016 at 09:02:09PM +0000, Tim Peters wrote:
> 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.

Likewise HP calculators ("xroot") and at least one Javascript library. 
But it does seem to be uncommon among programming languages. Which 
surprises me, because it is not just a convenience, it can be more 
accurate than using the generic pow(x, 1/n).

But seeing as there isn't that much interest, I'll stick with a private 
function in statistics.
History
Date User Action Args
2016-06-25 11:36:37steven.dapranosetrecipients: + steven.daprano, tim.peters, rhettinger, mark.dickinson, belopolsky, skrah, serhiy.storchaka
2016-06-25 11:36:37steven.dapranolinkissue27353 messages
2016-06-25 11:36:36steven.dapranocreate