not

not — (~) logical not

Calling sequence

~A  

Description

~A gives the element-wise negation of the elements of the boolean matrix A.

Examples



~[%t %t %f]
 
  

See also

and, or, find