I know this is a dumb question, but it seems like scipy must have a vectorized atan and atan2 somewhere. I can't seem to find it though and am using list comprehensions on the functions from the math module. Am I missing something? Ryan
numpy.arctan numpy.arctan2 --bb On 8/22/06, Ryan Krauss <ryanlists@gmail.com> wrote:
I know this is a dumb question, but it seems like scipy must have a vectorized atan and atan2 somewhere. I can't seem to find it though and am using list comprehensions on the functions from the math module. Am I missing something?
Thanks Bill. I was looking for atan. Somehow arc didn't occur to me. Ryan On 8/21/06, Bill Baxter <wbaxter@gmail.com> wrote:
numpy.arctan numpy.arctan2 --bb
On 8/22/06, Ryan Krauss <ryanlists@gmail.com> wrote:
I know this is a dumb question, but it seems like scipy must have a vectorized atan and atan2 somewhere. I can't seem to find it though and am using list comprehensions on the functions from the math module. Am I missing something?
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user
participants (2)
-
Bill Baxter -
Ryan Krauss