g.js — graphical objects for JavaScript

notnot

Perform the logical NOT operation.

The AND operation returns true if the input is false and vice versa:

g.not(false); ---
g.not(true);

See Also

  • and: Local AND operation.
  • or: Logical OR operation.
  • xor: Logical XOR operation.