Closed RuotingDingKolmostar closed 2 years ago
sorry very much that I raised the issue with the wrong account , I raised another one with correct account alreay https://github.com/francof2a/fxpmath/issues/55 ,
could you help me to delete
this issue https://github.com/francof2a/fxpmath/issues/54, thanks a lot
No problem! Closing this issue because it's duplicated in #55 .
bitwise operation of a complex number only applies to real component and yields a non-complex integer, take
x = Fxp(0b11+0b11*1j, dtype = 'fxp-u2/0-complex')
as an example ,x&0b01
outputsfxp-u2/0((1+0j))
the possible expected behaviors should be :thanks