summaryrefslogtreecommitdiff
path: root/lib/GSL/Special/synchrotron.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/Special/synchrotron.h')
-rw-r--r--lib/GSL/Special/synchrotron.h4
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 @@
1int gsl_sf_synchrotron_1_e(double x,double* result);
2double gsl_sf_synchrotron_1(double x);
3int gsl_sf_synchrotron_2_e(double x,double* result);
4double gsl_sf_synchrotron_2(double x);