vfloor ( v -- w )
Factor handbook » The language » Numbers » Vector operations » Vector arithmetic

Prev:vsqrt ( v -- w )
Next:vceiling ( v -- w )


Vocabulary
math.vectors

Inputs
va sequence of reals


Outputs
wa sequence of reals


Word description
Takes the floor of each element of v.

Definition