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

Prev:vbitand ( u v -- w )
Next:vbitor ( u v -- w )


Vocabulary
math.vectors

Inputs
ua sequence of reals
va sequence of reals


Outputs
wa sequence of reals


Word description
Takes the bitwise and-not of u and v component-wise, where x and-not y is defined as not(x) and y.

Notes
This word may be used on a specialized array of floats or doubles, in which case the bitwise representation of the floating point numbers is operated upon.

See also
vbitand, vbitor, vbitxor, vbitnot

Definition


Methods