Modulus

Divides a number (the dividend) by another (the divisor) and assigns the remainder (the modulus) to a variable.

Properties

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).

Enter a variable value to hold the result

Modulus. Enter an integer or float variable. The latter is recommended if the result may not be a whole number.

Exit point

Exit point

Taken

[Complete]

When cell execution completes.