Mathematical commands
Syntax
div.n(vA,B);
vA /= B;
vA = vA / B;
Description
vA is divided by B. The result is rounded down. If you divide by 0, the interpreter will crash.
See also
div.v