[SciPy-dev] Numpy example for arctan2 perhaps wrong/misleading/confusing?

Travis E. Oliphant oliphant at enthought.com
Mon Jun 9 13:23:25 EDT 2008


>> and arctan2( array([x,y]) ) --> arctan2(x,y)
>>     
>
> No, sorry, that's not going to happen.
>   
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)

-Travis




More information about the SciPy-Dev mailing list