Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 607 Bytes

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: mikeostashenko@gmail.com, andreyizbash228@gmail.com