Processing math: 100%
 
+0  
 
-1
964
2
avatar

what is the mathematical function mod

 Apr 19, 2017
 #1
avatar+470 
+1

In computing, the modulo operation finds the remainder after division of one number by another (sometimes called modulus). Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n.

 Apr 19, 2017
 #2
avatar+26399 
0

what is the mathematical function mod

 

Formula:

a mod b=ab[ab][ab] is the integer part of a divided b

 

Example:

102 mod 12=10212[10212]102 mod 12=10212[8.5]102 mod 12=102128102 mod 12=10296102 mod 12=6

 

The remainder of 10212 is 6

 

laugh

 Apr 20, 2017
edited by heureka  Apr 20, 2017
edited by heureka  Apr 20, 2017

1 Online Users