Re: [Numpy-discussion] Calculating tan inverse

2006-11-08 Thread Francesc Altet
A Dimecres 08 Novembre 2006 18:36, amit soni escrigué: > how can I calculate arctan of a number in python? > thanks > Amit Have you tried to read the numpy docs? some googling? In general, you can get a lot of insight by querying this to Google: "your words" site:www.scipy.org in particular, try

Re: [Numpy-discussion] Calculating tan inverse

2006-11-08 Thread Nadav Horesh
There is arctan function in numpy, and in math (atan, atan2)     Nadav.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of amit soni Sent: Wednesday, November 08, 2006 19:36 To: numpy-discussion@lists.sourceforge.net Subject: [Numpy-discussion] Calculating tan inve