diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-06-09 10:08:10 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-06-09 10:08:10 +0000 |
commit | eb5f9d66db0aa4e7afdb6c0ddd245bb8f166191e (patch) | |
tree | ed903d9a9dcd5555c0c54998d681ac17ab171b5f /lib/Numeric/GSL/Special/Exp.hs | |
parent | d9efdd9334da1a63f739d6e2e68c4ff78f52e505 (diff) |
exprel_n_CF_e not exported
Diffstat (limited to 'lib/Numeric/GSL/Special/Exp.hs')
-rw-r--r-- | lib/Numeric/GSL/Special/Exp.hs | 2 |
1 files changed, 1 insertions, 1 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 |