MarkB
generic
Sections
NuprlLIB
Doc
Def
a mod n == if 0
a
a rem n ;((-a) rem n)=
0
0 else n-((-a) rem n) fi
is mentioned
In prior sections:
int
2
MarkB
generic
Sections
NuprlLIB
Doc