Quote:
|
Originally Posted by netridge
Modulus does, somewhat...
|
Modulus ( the absolute value ) of a real number is its numerical value without regard to its sign.
abs(5)=5
abs(-5)=5
And the modulo operation (%) finds the remainder of division of one number by another.
5%2=1