Skip to content

MikeostCorp/Math-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math-Algorithms

C++ Library of various mathematical algorithms that will simplify your work.

How to use:

  • Add your main.cpp file to the project folder.
  • Build the library using CMake:
mkdir build
cd build
cmake ..
make
./MathAlgo

Note: You must use the namespace mathAlgo when calling the function.


Project's frontpage is at: https://mikeostcorp.github.io/Math-Algorithms

bugs, wishes and comments can be reported at: https://github.com/MikeostCorp/Math-Algorithms/discussions or to our private email address at: [email protected], [email protected]