diff --git a/README.md b/README.md new file mode 100644 index 0000000..c359c33 --- /dev/null +++ b/README.md @@ -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). diff --git a/cpp/README.md b/cpp/README.md deleted file mode 100644 index 1541520..0000000 --- a/cpp/README.md +++ /dev/null @@ -1,3 +0,0 @@ -CppQuickStart -============= -"Empty" project for a quicker start writing something in c++.