Table of Contents
- gives the remainder of dividing the displayed number by the next input number.
22 Mod 8 =will give the result 622.345 Mod 8 =will give the result 6.345- does integer division of the displayed number by the next input number.
22 Shift IntDiv 8 =will give the result 222.345 Shift IntDiv 8 =also gives 2