From b9db4d25d87cd4ab0f493413db92fb41b7eacda9 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sun, 29 Jul 2007 15:43:21 +0000 Subject: more automatic wrappers for simple special functions --- lib/GSL/Special/dawson.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/GSL/Special/dawson.h (limited to 'lib/GSL/Special/dawson.h') diff --git a/lib/GSL/Special/dawson.h b/lib/GSL/Special/dawson.h new file mode 100644 index 0000000..5f878b5 --- /dev/null +++ b/lib/GSL/Special/dawson.h @@ -0,0 +1,2 @@ +int gsl_sf_dawson_e(double x,double* result); +double gsl_sf_dawson(double x); -- cgit v1.2.3