This project contains a header file, a source file, a demo file and a Makefile.
The project is about focusing on basic math operations of C++ and creating a math library from basic principles using the basic C++ operators.
All the function names are declared in MathLib.h file.
All the function bodies are defined in MathLib.cpp file.
To compile and run this program, simply type **make all** or **make** and run MathLib file. To clear object files, type **make clean** or **clean**.