Modular arithmetic
Factor documentation > Factor handbook > The language > Numbers > Arithmetic
Prev:Number protocol
Next:Bitwise arithmetic


mod ( x y -- z )

rem ( x y -- z )

/mod ( x y -- z w )

/i ( x y -- z )


See also
Integer functions