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
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