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

Prev:n*v ( n v -- w )
Next:n/v ( n v -- w )


Vocabulary
math.vectors

Inputs
va sequence of numbers
na number


Outputs
wa sequence of numbers


Word description
Divides each element of v by n.

Errors
May throw an error if a division by zero occurs; see Division by zero.

Definition


Methods