From a1ea853da4a6b180fc0557ed8b2e5c8a4f71c97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me?= Date: Thu, 4 Apr 2019 10:40:18 +0200 Subject: [PATCH] Updated readme. --- README.md | 3 +++ cpp/README.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 README.md delete mode 100644 cpp/README.md 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++.