Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 626 Bytes

Author: Jiwon Song

C++ math library project

Description

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.

How to compile
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**.