nosehad / Modulo

A non recursive modulo calculator for large potencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modulo

A non recursive modulo calculator for large potencies.

How to use?

Compile with an compiler of your choice:

gcc non_recursive_mod_op.c Utils/*.c -o modulo

Pass in the modulo operation as first argument into the program and redirect the output to an readme/html file:

./modulo "235673 ^ 84523 mod 23" > test.md

License

GNU GPL-3.0 Noah Nagel

About

A non recursive modulo calculator for large potencies.

License:GNU General Public License v3.0


Languages

Language:C 100.0%