Updated readme.

This commit is contained in:
Jérôme 2019-04-04 10:40:18 +02:00
parent c3f5f42333
commit a1ea853da4
2 changed files with 3 additions and 3 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
TOMS748
=======
Implementation in C++ and python of the very efficient TOMS748 root-finding algorithm. (Yes, there is already a version in boost).

View file

@ -1,3 +0,0 @@
CppQuickStart
=============
"Empty" project for a quicker start writing something in c++.