This is an old revision of the document!
<- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
Two items on the stack | The quotient of two items | n1 n2 – n3 |
Divides the two arguments together and pushes the result on the stack.
Be very careful! Dividing two integers returns another integer
ClearTraceLog ShowTraceLog 5 4 div Trace #1 5 4.0 div Trace #1.25 -5 4 div Trace #-1