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 kolibril13, mark.dickinson
Date 2019-07-26.07:52:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564127537.77.0.753934035399.issue37676@roundup.psfhosted.org>
In-reply-to
Content
I think you want numpy.angle (https://docs.scipy.org/doc/numpy/reference/generated/numpy.angle.html).

NumPy is a third-party library, so it doesn't make sense to have the math or cmath functions be aware of NumPy arrays; none of the other math or cmath functions work on arrays. Generally for this sort of thing you want to look for a solution in NumPy or SciPy.
History
Date User Action Args
2019-07-26 07:52:17mark.dickinsonsetrecipients: + mark.dickinson, kolibril13
2019-07-26 07:52:17mark.dickinsonsetmessageid: <1564127537.77.0.753934035399.issue37676@roundup.psfhosted.org>
2019-07-26 07:52:17mark.dickinsonlinkissue37676 messages
2019-07-26 07:52:17mark.dickinsoncreate