answersLogoWhite

0


Best Answer

"Mod" is often used to indicate the remainder of a division, and it is used that way in programming languages, or in Excel or similar spreadsheets. Thus, for example, mod(10, 3) = 1, since that is the remainder when you divide 10 by 3.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago

The MOD or modulus value of a number n, with reference to a base k, is the remainder when n is divided by k.Thus, mod(n, k) = r if n=k*m + r where m is an integer and 0<=r

An alternative form of representing this relationship is r = n(mod k).


Often n is an integer while k and r are positive integers.


This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the meaning of MOD value?
Write your answer...
Submit
Still have questions?
magnify glass
imp