Divide
Divides a number (the dividend) by another (the divisor) and assigns the result (the quotient) to a variable. |
Enter the value to be divided
Dividend. Enter an integer or float value (as a literal preceded by =, or an integer or float variable).
Enter the value to divide by
Divisor. Enter an integer or float value (as a literal preceded by =, or an integer or float variable). If you use a variable, ensure that it will never be set to zero. (The Compare Variables action cell can be used to check this before the division.)
Enter a variable value to hold the result
Quotient. Enter an integer or float variable. The latter is recommended if the result may not be a whole number. A variable value, if used for the dividend or divisor, can be used here in which case it will be overwritten by this value.
Exit point |
Taken |
[Complete] |
When cell execution completes. |