[Numpy-discussion] asin, acos, etc...

Ryan Krauss ryanlists at gmail.com
Wed Mar 8 08:17:08 EST 2006


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 at 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 at 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>




More information about the NumPy-Discussion mailing list