Skip to content

jsong96/math_library_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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**.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published