Skip to content

mousecrusher2/modint-calculator

Repository files navigation

ModInt-Calculator

A simple calculator for modular arithmetic. It can calculate the sum, difference, product, and quotient of two numbers modulo a given modulus.

Build

To build the calculator, run the following command in the root directory of the project:

npm install
npm run tauri build