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 mark.dickinson
Recipients belopolsky, mark.dickinson, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters
Date 2016-06-21.16:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466526443.02.0.0208423287981.issue27353@psf.upfronthosting.co.za>
In-reply-to
Content
[Raymond, quoting Matlab]

> in cases where both real and complex roots exist, power returns only the complex roots.

Yes, this would be the main motivation for me, too, if only to be able to answer the many StackOverflow questions like this one: http://stackoverflow.com/questions/30923838/how-to-get-the-real-cube-root-of-a-negative-number-in-python3

+1 for a private function in the statistics module for now.
History
Date User Action Args
2016-06-21 16:27:23mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, belopolsky, steven.daprano, skrah, serhiy.storchaka
2016-06-21 16:27:23mark.dickinsonsetmessageid: <1466526443.02.0.0208423287981.issue27353@psf.upfronthosting.co.za>
2016-06-21 16:27:22mark.dickinsonlinkissue27353 messages
2016-06-21 16:27:22mark.dickinsoncreate