[SciPy-dev] Numpy example for arctan2 perhaps wrong/misleading/confusing?
Samuel John
scipy@SamuelJohn...
Tue Jun 10 01:27:40 CDT 2008
Hi Travis!
> Another way to put that is that we are not going to do anything special
> to remove the need for a '*'
> arctan2(*array([x,y])) is already equivalent to arctan2(x,y)
I was not aware of the '*' operator in front of the array, since I am
new to python/scipy/numpy.
Indeed, this is a good thing to have!
David,
On Mon, Jun 9, 2008 at 8:08 PM, David Huard <david.huard@gmail.com> wrote:
>What version of Numpy are you using ?
I am using the lates svn version from 2 weeks ago or so. I installed
it with the ScipySuperPack installer on a Mac.
Best Regards,
Samuel
More information about the Scipy-dev
mailing list