Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

mod(k, n) versus k.mod(n)

Where can I read about the difference between mod(k, n) and k.mod(n)? I naively assumed that these were just two different ways of writing the same thing. Is that correct?