[top][index]
search for:

mod -- reduce modulo an integer

mod(i,n) -- reduce the integer i modulo n.

The result is an element of ZZ/n.

Code:

     -- ../../../Macaulay2/m2/quotient.m2:16
     mod = (i,n) -> i * 1_(ZZ/n)

[top][index]
search for: