From 0b2ef444e0cf694843141e7b2f833ff1c303c6f8 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 25 Jul 2007 09:57:38 +0000 Subject: added sf_gamma --- lib/GSL/gsl-aux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/GSL/gsl-aux.h') diff --git a/lib/GSL/gsl-aux.h b/lib/GSL/gsl-aux.h index 89bd75e..2be07c1 100644 --- a/lib/GSL/gsl-aux.h +++ b/lib/GSL/gsl-aux.h @@ -61,6 +61,7 @@ int deriv(int code, double f(double, void*), double x, double h, double * result double gsl_sf_erf(double); double gsl_sf_erf_Z(double); +double gsl_sf_gamma(double); int gsl_sf_bessel_J0_e(double, double*); // hmmm... int gsl_sf_exp_e10_e(double, double*); // HMMMMM... -- cgit v1.2.3