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

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


Vocabulary
math.vectors

Inputs
va sequence of numbers


Outputs
wa sequence of non-negative real numbers


Word description
Takes the absolute value of each element of v.

Definition


Methods