Modulus

Name

Modulus -- Computes the remainder from integer division

Synopsis

Modulus[x->INTEGER, y->INTEGER] =: INTEGER 

Description

Modulus computes the remainder from dividing y into x. It is an error if y is zero.

Short form

x MOD y

See also

IntegerDivide.