j
k
j a
j l
I want
...BinaryInt(-2, 4) 0b1110 BinaryInt(-2, 4, True) -0b010 BinaryInt(-0b010, 4) 0b1110 It should accept float values also.
BinaryInt(-2, 4) 0b1110 BinaryInt(-2, 4, True) -0b010 BinaryInt(-0b010, 4) 0b1110 It should accept float values also.
Can anyone tell what should be the input and return types???
Back to the thread
Back to the list