[Numpy-discussion] Functions for secant, cosecant, and cotangent

2025-02-12 Thread Jayanth Tumuluri via NumPy-Discussion
Hello, I noticed that current/past installations of Numpy do not have functions for secant, cosecant, and cotangent. Sometimes, there's a reason to use these over their less elegant forms of 1/cos, 1/sin, and 1/tan. Could this be something to be included in future installations of Numpy? I'd re

[Numpy-discussion] Re: Functions for secant, cosecant, and cotangent

2025-02-12 Thread Robert Kern via NumPy-Discussion
On Wed, Feb 12, 2025 at 5:12 PM Jayanth Tumuluri via NumPy-Discussion < numpy-discussion@python.org> wrote: > Hello, > > I noticed that current/past installations of Numpy do not have functions > for secant, cosecant, and cotangent. Sometimes, there's a reason to use > these over their less elegan