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
Next revision
Previous revision
Last revisionBoth sides next revision
crpl:docs:div [2013/01/18 01:16] grauniadcrpl: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