diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Numeric/GSL/Special/Exp.hs | 2 | ||||
-rw-r--r-- | lib/Numeric/GSL/Special/autoall.sh | 1 | ||||
-rw-r--r-- | lib/Numeric/GSL/gsl-aux.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/Special/Exp.hs b/lib/Numeric/GSL/Special/Exp.hs index 9a407e7..da7bff1 100644 --- a/lib/Numeric/GSL/Special/Exp.hs +++ b/lib/Numeric/GSL/Special/Exp.hs | |||
@@ -29,7 +29,7 @@ module Numeric.GSL.Special.Exp( | |||
29 | , exprel_2 | 29 | , exprel_2 |
30 | , exprel_n_e | 30 | , exprel_n_e |
31 | , exprel_n | 31 | , exprel_n |
32 | , exprel_n_CF_e | 32 | -- , exprel_n_CF_e |
33 | , exp_err_e | 33 | , exp_err_e |
34 | , exp_err_e10_e | 34 | , exp_err_e10_e |
35 | , exp_mult_err_e | 35 | , exp_mult_err_e |
diff --git a/lib/Numeric/GSL/Special/autoall.sh b/lib/Numeric/GSL/Special/autoall.sh index da349a4..b9ea6d0 100644 --- a/lib/Numeric/GSL/Special/autoall.sh +++ b/lib/Numeric/GSL/Special/autoall.sh | |||
@@ -21,6 +21,7 @@ rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs | |||
21 | ./auto.hs erf | 21 | ./auto.hs erf |
22 | ./auto.hs exp | 22 | ./auto.hs exp |
23 | rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs | 23 | rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs |
24 | rep ', exprel_n_CF_e' '-- , exprel_n_CF_e' Exp.hs | ||
24 | ./auto.hs expint | 25 | ./auto.hs expint |
25 | ./auto.hs fermi_dirac | 26 | ./auto.hs fermi_dirac |
26 | ./auto.hs gamma | 27 | ./auto.hs gamma |
diff --git a/lib/Numeric/GSL/gsl-aux.c b/lib/Numeric/GSL/gsl-aux.c index 9261f0c..0e2116c 100644 --- a/lib/Numeric/GSL/gsl-aux.c +++ b/lib/Numeric/GSL/gsl-aux.c | |||
@@ -709,4 +709,4 @@ int rootj(int method, int f(int, double*, int, double*), | |||
709 | } | 709 | } |
710 | gsl_multiroot_fdfsolver_free(s); | 710 | gsl_multiroot_fdfsolver_free(s); |
711 | OK | 711 | OK |
712 | } \ No newline at end of file | 712 | } |