what is modulus of integer? please explain me the modulus of (p).
Answers
Answered by
11
Hey there !!!
Modulus is defined as absolute value.
| -1| = 1
| 1| = 1
Modulus is defined as absolute value.
| -1| = 1
| 1| = 1
FadedPrince:
:)
Answered by
2
In computing, the modulo operation finds the remainder after division of one number by another (sometimes called modulus). ... Although typically performed with a and n both being integers, many computing systems allow other types of numeric operands. The range of numbers for an integer modulo of n is 0 to n − 1.
Attachments:
Similar questions