diff options
Diffstat (limited to 'libraries/gsl/README')
-rw-r--r-- | libraries/gsl/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/gsl/README b/libraries/gsl/README new file mode 100644 index 0000000000..cfb86e0156 --- /dev/null +++ b/libraries/gsl/README @@ -0,0 +1,7 @@ +The GNU Scientific Library (GSL) is a numerical library for C and C++ +programmers. It is free software under the GNU General Public License. + +The library provides a wide range of mathematical routines such as +random number generators, special functions and least-squares +fitting. There are over 1000 functions in total with an extensive test +suite.
\ No newline at end of file |