gsl

GNU Scientific Library for numerical computing in C/C++

brewmacoslinux
Try with needOr install directly
Source

About

Numerical library for C and C++

Commands

gsl-config

Examples

Get GSL compiler flags and libraries for compilation$ gsl-config --cflags --libs
Check installed GSL version$ gsl-config --version
Compile a C program using GSL$ gcc myprogram.c $(gsl-config --cflags --libs) -o myprogram