[Math] Calculator model with mod function

calculatorcryptographymodular arithmetic

I'm wondering does anyone know of a scientific calculator with a mod function?

In C# this is shown as follows (just in case there are any other mods that a mathematical non-savant such as myself wouldn't be aware of)

5 % 4 = 1

I've looked through the most common ones on the web but the function is either not in the list or not present.

I have a little bit of a bias towards Casio calculators as that's what I'm familiar with but will accept any suggestions that can be currently purchased.

Derek

Best Answer

Virtually every graphing calculator made in the recent past has a mod function. Many scientific calculators do as well, though the documentation is often lacking.

Related Question