diff options
Diffstat (limited to 'lib/Numeric/GSL/Special/pow_int.h')
-rw-r--r-- | lib/Numeric/GSL/Special/pow_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/Special/pow_int.h b/lib/Numeric/GSL/Special/pow_int.h deleted file mode 100644 index aba8bc9..0000000 --- a/lib/Numeric/GSL/Special/pow_int.h +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | int gsl_sf_pow_int_e(double x,int n,double* result); | ||
2 | double gsl_sf_pow_int(double x,int n); | ||