This is an old revision of the document!
<- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
Two items on the stack | The division remainder of two items | n1 n2 – n3 |
Calculates the remainder of the two arguments and pushes the result on the stack.
ShowTraceLog 10 mod(6) Trace # Displays 4