Divison is a divison of two integers and result is stored in some where.
where as Modulus is remainder is stored in some where.
EX:DIVISION 45/4=11
MODULUS 45%4=1
Chat with our AI personalities
shearing stress to shearing strain
It is the ratio of shear stress to shear strain.
Lots of things are true about that number. What specifically do you want to know?
To change an improper fraction to a proper fraction a person has to find the lowest common denominator. For example, the fraction 3/6 can be broken down to 1/2 by dividing the 6 by the 3 and finding the common denominator to be 2.
Mod is essentially the remainder when a given number is divided by the base (of the modulus).So10/3 has a remainder of 1 and so 10(mod 3) = 111/3 has a remainder of 2 and so 11(mod 3) = 2