vbitnot ( v -- w )
Factor handbook » The language » Numbers » Vector operations » Vector component- and bit-wise logic

Prev:vbitxor ( u v -- w )
Next:vlshift ( v n -- w )


Vocabulary
math.vectors

Inputs
van object


Outputs
wan object


See also
vbitand, vbitandn, vbitor, vbitxor

Definition


Methods