Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / specfunc / gsl_sf.h
1 /* Author:  G. Jungman */
2
3 #ifndef __GSL_SF_H__
4 #define __GSL_SF_H__
5
6 #include <gsl/gsl_sf_result.h>
7
8 #include <gsl/gsl_sf_airy.h>
9 #include <gsl/gsl_sf_bessel.h>
10 #include <gsl/gsl_sf_clausen.h>
11 #include <gsl/gsl_sf_coupling.h>
12 #include <gsl/gsl_sf_coulomb.h>
13 #include <gsl/gsl_sf_dawson.h>
14 #include <gsl/gsl_sf_debye.h>
15 #include <gsl/gsl_sf_dilog.h>
16 #include <gsl/gsl_sf_elementary.h>
17 #include <gsl/gsl_sf_ellint.h>
18 #include <gsl/gsl_sf_elljac.h>
19 #include <gsl/gsl_sf_erf.h>
20 #include <gsl/gsl_sf_exp.h>
21 #include <gsl/gsl_sf_expint.h>
22 #include <gsl/gsl_sf_fermi_dirac.h>
23 #include <gsl/gsl_sf_gamma.h>
24 #include <gsl/gsl_sf_gegenbauer.h>
25 #include <gsl/gsl_sf_hyperg.h>
26 #include <gsl/gsl_sf_laguerre.h>
27 #include <gsl/gsl_sf_lambert.h>
28 #include <gsl/gsl_sf_legendre.h>
29 #include <gsl/gsl_sf_log.h>
30 #include <gsl/gsl_sf_mathieu.h>
31 #include <gsl/gsl_sf_pow_int.h>
32 #include <gsl/gsl_sf_psi.h>
33 #include <gsl/gsl_sf_synchrotron.h>
34 #include <gsl/gsl_sf_transport.h>
35 #include <gsl/gsl_sf_trig.h>
36 #include <gsl/gsl_sf_zeta.h>
37
38
39 #endif /* __GSL_SF_H__ */