...

not

(not boolean) 🡒 boolean, const autodiff operator

The keyword not is the logical NOT operator.

table T = with
  [| as A  |]
  [| false |]
  [| true  |]

show table "" a1b2 with
  T.A
  not T.A

See also

User Contributed Notes
0 notes + add a note