[Numpy-discussion] atan2

John Hunter jdhunter at ace.bsd.uchicago.edu
Wed Jan 28 09:54:09 EST 2004


>>>>> "Niall" == Niall Dalton <niall at lastminute.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




More information about the NumPy-Discussion mailing list