[pyar] Bitwise not..

Joaquin Orbe joaquinorbe en gmail.com
Mar Jun 15 14:07:18 ART 2010


2010/6/15 Marcelo Fernandez <marcelo.fidel.fernandez en gmail.com>:
> 2010/6/15 david weil <tenuki en gmail.com>:
>> Segun http://docs.python.org/release/2.5.2/ref/bitwise.html no hay
>> operador not bitwise.. alguien lo resolvio de forma simpatica??
>>
>
> Según esto: http://wiki.python.org/moin/BitwiseOperators
>
> El ñuflo es el bitwise not...

Creo que esto deberia andar:

"not A" es igual a "A xor 1"

Saludos,



More information about the pyar mailing list