summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Special/clausen.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/GSL/Special/clausen.h')
-rw-r--r--lib/Numeric/GSL/Special/clausen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Numeric/GSL/Special/clausen.h b/lib/Numeric/GSL/Special/clausen.h
new file mode 100644
index 0000000..9f0225b
--- /dev/null
+++ b/lib/Numeric/GSL/Special/clausen.h
@@ -0,0 +1,2 @@
1int gsl_sf_clausen_e(double x,double* result);
2double gsl_sf_clausen(double x);