diff options
Diffstat (limited to 'lib/GSL/Special/log.h')
-rw-r--r-- | lib/GSL/Special/log.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/GSL/Special/log.h b/lib/GSL/Special/log.h deleted file mode 100644 index 5713845..0000000 --- a/lib/GSL/Special/log.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | int gsl_sf_log_e(double x,double* result); | ||
2 | double gsl_sf_log(double x); | ||
3 | int gsl_sf_log_abs_e(double x,double* result); | ||
4 | double gsl_sf_log_abs(double x); | ||
5 | int gsl_sf_complex_log_e(double zr,double zi,double* lnr,double* theta); | ||
6 | int gsl_sf_log_1plusx_e(double x,double* result); | ||
7 | double gsl_sf_log_1plusx(double x); | ||
8 | int gsl_sf_log_1plusx_mx_e(double x,double* result); | ||
9 | double gsl_sf_log_1plusx_mx(double x); | ||