Hi, Is there support for the inverse trigonometric functions in numpy? I haven't been able to find any references in the documentation, but I might have not been looking hard enough. I am using v0.9.4. Thanks in advance, -- Nikhil ------------------------------------ Nikhil Padmanabhan nikhil.padmanabhan@gmail.com
They all begin with arc In [4]: numpy.arc numpy.arccos numpy.arcsin numpy.arctan numpy.arctanh numpy.arccosh numpy.arcsinh numpy.arctan2 In [4]: numpy.arccos(0) Out[4]: 1.5707963267948966 On 3/8/06, Nikhil Padmanabhan <nikhil.padmanabhan@gmail.com> wrote:
Hi,
Is there support for the inverse trigonometric functions in numpy? I haven't been able to find any references in the documentation, but I might have not been looking hard enough.
I am using v0.9.4.
Thanks in advance, -- Nikhil ------------------------------------ Nikhil Padmanabhan nikhil.padmanabhan@gmail.com
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Thanks! -- Nikhil ------------------------------------ Nikhil Padmanabhan npadmana@princeton.edu http://wwwphy.princeton.edu/~npadmana nikhil@(609) 258-4355 On Mar 8, 2006, at 11:16 AM, Ryan Krauss wrote:
They all begin with arc
In [4]: numpy.arc numpy.arccos numpy.arcsin numpy.arctan numpy.arctanh numpy.arccosh numpy.arcsinh numpy.arctan2
In [4]: numpy.arccos(0) Out[4]: 1.5707963267948966
On 3/8/06, Nikhil Padmanabhan <nikhil.padmanabhan@gmail.com> wrote:
Hi,
Is there support for the inverse trigonometric functions in numpy? I haven't been able to find any references in the documentation, but I might have not been looking hard enough.
I am using v0.9.4.
Thanks in advance, -- Nikhil ------------------------------------ Nikhil Padmanabhan nikhil.padmanabhan@gmail.com
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel? cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
participants (2)
-
Nikhil Padmanabhan
-
Ryan Krauss