A B div
| Arguments | ||
|---|---|---|
| label | type | description |
| A | variable or constant | variable or constant to be divided by B (i.e.,the dividend) |
| B | variable or constant | variable or constant by which A is divided (i.e.,the divisor) |
| Returns | ||
| quotient | variable or constant |
The resulting quotient when A is divided by B. If either A or B are variables, then quotient will be a variable. If both A and B are constants, then quotient will also be a constant. |