Menu

Binary AND, OR, XOR, NOT, ...?

A. Mayer
2005-04-14
2013-05-14
  • A. Mayer

    A. Mayer - 2005-04-14

    Great tool! I only miss the binary operators. NOT is certainly a problem, as either the result is dependant on the storage size of the number or inverts the sign; but I'm sure this could be solved somehow. All these functions could surely be implemented as functions, but that would be quite complicated and slow.

     
    • Anonymous

      Anonymous - 2005-06-10

      Done. (as &, |, bitxor(), ~)