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

Prev:vminimum ( seq -- vmin )
Next:vbitandn ( 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 of u and v component-wise.

Notes
Unlike bitand, 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
vbitandn, vbitor, vbitxor, vbitnot

Definition


Methods