cnot32 function

int cnot32(
  1. int x
)

Implementation

int cnot32(int x) => not32(clip32(x));