Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 459 Bytes

Math

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