User Tools

Site Tools


crpl:docs:div

This is an old revision of the document!


<- CRPL reference <- Math Commands

div

ArgumentsResultNotation
Two items on the stackThe quotient of two items n1 n2 – n3

Description

Divides the two arguments together and pushes the result on the stack.

Be very careful! Dividing two integers returns another integer

Examples

ClearTraceLog
ShowTraceLog
5 4 div Trace #1
5 4.0 div Trace #1.25
-5 4 div Trace #-1
crpl/docs/div.1426757123.txt.gz · Last modified: 2025/02/14 14:56 (external edit)