The standard library that is used for scientific calculations.

Usage

#include <gsl/gsl_sf.bessel.h>
 
int main(){
	double y = gsl_sf_bessel.JO(5.0);
}