From: John H. <jdh...@ac...> - 2004-01-28 17:53:30
|
>>>>> "Niall" == Niall Dalton <ni...@la...> 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 |