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
en:arithmeticoperators [2020/04/17 09:00]
admin [Arithmetic Operators]
en:arithmeticoperators [2020/04/21 21:17] (current)
admin
Line 10: Line 10:
 |/|Division|a / b|Returns a floating point number of times that b goes into a.| |/|Division|a / b|Returns a floating point number of times that b goes into a.|
 |\|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.
-mod|Modulo|a % b// +|mod| ::: |a mod b| ::: |
-a mod b|Returns the remainder of the integer division of a and b.|+
  
 +==== History ==== 
 +|2.0.0.0|Added 'mod' alias for modulo.|
en/arithmeticoperators.1587135643.txt.gz · Last modified: 2020/04/17 09:00 by admin