User Tools

Site Tools


crpl:docs:div

This is an old revision of the document!


<- CRPL reference <- Math Commands

div

<-a <-b div ->result

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.1657045390.txt.gz · Last modified: 2025/02/14 14:56 (external edit)