summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Special/synchrotron.h
blob: 786401c5b35bc09c0a35ae81cb9d0fa818c436fd (plain)
1
2
3
4
int gsl_sf_synchrotron_1_e(double x,double* result);
double gsl_sf_synchrotron_1(double x);
int gsl_sf_synchrotron_2_e(double x,double* result);
double gsl_sf_synchrotron_2(double x);