1config BR2_PACKAGE_GSL 2 bool "gsl" 3 help 4 The GNU Scientific Library (GSL) is a numerical library for 5 C and C++ programmers. The library provides a wide range of 6 mathematical routines such as random number generators, 7 special functions and least-squares fitting. There are over 8 1000 functions in total with an extensive test suite. 9 10 http://www.gnu.org/software/gsl 11