diff options
Diffstat (limited to 'lib/GSL/Special/synchrotron.h')
-rw-r--r-- | lib/GSL/Special/synchrotron.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/GSL/Special/synchrotron.h b/lib/GSL/Special/synchrotron.h new file mode 100644 index 0000000..786401c --- /dev/null +++ b/lib/GSL/Special/synchrotron.h | |||
@@ -0,0 +1,4 @@ | |||
1 | int gsl_sf_synchrotron_1_e(double x,double* result); | ||
2 | double gsl_sf_synchrotron_1(double x); | ||
3 | int gsl_sf_synchrotron_2_e(double x,double* result); | ||
4 | double gsl_sf_synchrotron_2(double x); | ||