next | previous | forward | backward | up | top | index | toc | home

mod -- reduce modulo an integer

Description

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

The result is an element of ZZ/n.