Re: [Numpy-discussion] atan2
by John Hunter other posts by this author
Jan 28 2004 5:39PM messages near this date
[Numpy-discussion] atan2
|
Re: [Numpy-discussion] atan2
> >>>> "Niall" == Niall Dalton <niall@[...].com> writes:
Niall> Hello, I'm using Numeric 23.1, and finding it very useful!
Niall> I do need to use atan2, and a browse of the manual suggests
Niall> its not available as a binary ufunc.
Numeric.arctan2
If you run into a similar problem in the future, you may want to try
> >> import Numeric
> >> dir(Numeric)
Hope this helps,
JDH
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@[...].net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Thread:
Niall Dalton
John Hunter
Niall Dalton
|