Skip to content

simonandreashuber/mame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular Arithmetic with Multiple Exponents

about

In this repository you can find the tools to do modular arithmetics with numbers written as multible exponents, where it would be infeasible to calculate the result without computer assistance.

usage

//create:
ime reileen({2,3,7}); //2^3^7

//calculate:
reileen % 1999;
reileen.mod(1999);

License & Copyright

This Project is licensed under the MIT License.

About

Modular Arithmetic with Multiple Exponents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages