Simple Integer Calculator is design for simple operations with integer numbers. It is very similar to Simple Calculator although have some specifics. The operation division "/" gives in result an integer number. For example, 7/2=3. The symbols "%" denotes remainder. For example, 7/2=1.
The button "GCD" stands for Greatest Common Divisor. For example, GCD(18;12)=6. That is 6 divides both 18 and 12, and 6 is the greatest among integer numbers which divide both 18 and 12.
The button "LCM" stands for Least Common Multiple. Foe example, LCM(18;12)=36. That is 18 and 12 divide 36 and 36 is the least among integers divided by 18 and 12.
The button "!" stands for factorial. For example, 5!=1*2*3*4*5=120 .
© 2008 Tvalx