- Run make and make clean to compile.
- List of files:
-
- mod, pass in two numbers that are doubles. The cpp stl doesn't really have this for doubles.
-
- gcd, give gcd from two numbers that are integers.
-
- isPrime, lets you know whether a number is prime or not
- Works on at least Linux if C++ is installed.
-
- Run "make" from cppMath folder
-
- Add bin folder to path
-
- Profit (run "mod", "gcd", or "isPrime")