Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 554 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 554 Bytes

mathe-static-library-cpp

How do I use it?

It is pretty simple. You have to put the "mathe.h" file in your include folder of your compiler. Then you have to open your IDE and link the library "libmathe.a". If you code, simple write "#include <mathe.h>" to implement the library.

For what should I use it?

I programmed this just for education. Actually, there is a much better library already implemented in your compiler. But I'm still working on it :D

How do I use the functions and methods?

Just read the "API.txt" file for more information!