User Tools

Site Tools


crpl:docs:div

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
crpl:docs:div [2014/10/01 15:02] – external edit 127.0.0.1crpl:docs:div [2015/03/19 05:25] – Integer division warren
Line 1: Line 1:
-~~DISCUSSION~~ 
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]]
 =====  div  ===== =====  div  =====
Line 9: Line 8:
 === Description === === Description ===
 Divides the two arguments together and pushes the result on the stack. Divides the two arguments together and pushes the result on the stack.
 +
 +Be very careful! Dividing two integers returns another integer
 +
 === Examples === === Examples ===
-<code>xample goes here</code> +<code> 
 +ClearTraceLog 
 +ShowTraceLog 
 +5 4 div Trace #1 
 +5 4.0 div Trace #1.25 
 +-5 4 div Trace #-1 
 +</code> 
  
crpl/docs/div.txt · Last modified: 2022/07/05 14:23 by Karsten75