User Tools

Site Tools


syntax:functions:div

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:div [2021/07/31 21:02] – [Arguments] craigtsyntax:functions:div [2021/08/11 15:16] (current) – [Examples] craigt
Line 21: Line 21:
 =====Examples===== =====Examples=====
  
-  div(12,4) +  div(12,4) //Returns 3 
-  div(15,3) + 
-  div(21,5) = 4  //Decimal portion (remainder) is not returned +  div(15,3) //Returns 5 
-  div(-14,5) -2  //Decimal portion (remainder) is not returned+ 
 +  div(21,5) //Returns 4  (Decimal portion (remainder) is not returned
 + 
 +  div(-14,5) //Returns -2  (Decimal portion (remainder) is not returned)
  
 \\  \\ 
syntax/functions/div.txt · Last modified: 2021/08/11 15:16 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki