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