From 45791f5b53cdda4ac6f39b82a9fb6e4d2dc51d44 Mon Sep 17 00:00:00 2001 From: Trevor Hickey Date: Thu, 9 Oct 2014 20:46:44 -0400 Subject: [PATCH 1/2] adds GMP library under Math section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b41e5ea..e2af59a 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [CGal](http://www.cgal.org/) - Collection of efficient and reliable geometric algorithms. [LGPL&GPL] * [cml](http://cmldev.net/) - free C++ math library for games and graphics. [Boost] * [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2] +* [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [GMP] ## Multimedia From 824cd55b300a6d02a23efc3aad502d1153454fe1 Mon Sep 17 00:00:00 2001 From: Trevor Hickey Date: Thu, 9 Oct 2014 21:06:20 -0400 Subject: [PATCH 2/2] License Updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2af59a..eb4550f 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [CGal](http://www.cgal.org/) - Collection of efficient and reliable geometric algorithms. [LGPL&GPL] * [cml](http://cmldev.net/) - free C++ math library for games and graphics. [Boost] * [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2] -* [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [GMP] +* [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPLv3 and GPLv2] ## Multimedia