Re: [Numpy-discussion] Regarding adding new function in Numpy

2019-07-08 Thread Matthew Brett
Hi, On Sun, Jul 7, 2019 at 11:41 PM ANURAG ANURAG wrote: > > Sir, > I was recently converting some Matlab codes into python, where I recently > stumble upon bitget(n,x) function of Matlab, b = bitget(A,bit) returns the > bit value at the position bit in integer array A. I was unable to find an

[Numpy-discussion] Regarding adding new function in Numpy

2019-07-07 Thread ANURAG ANURAG
Sir, I was recently converting some Matlab codes into python, where I recently stumble upon bitget(n,x) function of Matlab, b = bitget(A,bit) returns the bit value at the position bit in integer array A. I was unable to find any Numpy equivalent of this, so should I create a pull request in Numpy