Skip to content

Calculator to perform power operation in modular arithmetic

Notifications You must be signed in to change notification settings

italoservio/power_mod_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Power Mod Calculator 🖩

This project was created with the interest of facilitating the resolution of a laborious algorithm which is the power mod I was starting in JavaScript, I believe it is possible to do it in some other way, however, all values are correct and tested numerous times. The entire code is commented in Portuguese and English.


🟢 Status: Concluded


😍 How to use

On the first screen enter the values into the calculator:

First screen


The calculator will demonstrate algorithm construction and the final result.
The results in the columns of the red numbers will be multiplied and after the mod, you will get the final result:

Second screen


🧠 Understanding

Demonstration


🎨 Contributor(s)

Profile
Ítalo Sérvio