next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
mod
mod -- reduce modulo an integer
Synopsis
Usage:
mod(i,n)
Inputs:
i
,
an
integer
n
,
an
integer
Outputs:
an
integer
, the integer
i
modulo
n
, as an element of
ZZ/n
.
See also
ZZ % ZZ
-- a binary operator, usually used for remainder and reduction
For the programmer
The object
mod
is
a
function closure
.