User Tools

Site Tools


en:arithmeticoperators

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:arithmeticoperators [2020/02/28 10:46]
127.0.0.1 external edit
en:arithmeticoperators [2020/04/17 09:10]
admin [Arithmetic Operators]
Line 11: Line 11:
 |\|Integer Division|a \ b|Returns the number of whole times that b goes into a.| |\|Integer Division|a \ b|Returns the number of whole times that b goes into a.|
 |%|Modulo|a % b|Returns the remainder of the integer division of a and b.| |%|Modulo|a % b|Returns the remainder of the integer division of a and b.|
 +|mod| ::: |a mod b| ::: |
  
 +==== History ==== 
 +|2.0.0|Added 'mod' alias for modulo.|
en/arithmeticoperators.txt ยท Last modified: 2020/04/21 21:17 by admin