summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Special.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-06-17 12:27:17 +0000
committerAlberto Ruiz <aruiz@um.es>2009-06-17 12:27:17 +0000
commite58f1e0e94407983fa18cd535cf76427019f1519 (patch)
tree4ffffdb92fd78e2233485895fb288111af0bf386 /lib/Numeric/GSL/Special.hs
parent45e0e90ffdedd3c1fbe3da750018c65a1535cf75 (diff)
added special transport and elljac
Diffstat (limited to 'lib/Numeric/GSL/Special.hs')
-rw-r--r--lib/Numeric/GSL/Special.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Numeric/GSL/Special.hs b/lib/Numeric/GSL/Special.hs
index 3fd2ac2..a8bbaf6 100644
--- a/lib/Numeric/GSL/Special.hs
+++ b/lib/Numeric/GSL/Special.hs
@@ -25,6 +25,7 @@ module Numeric.GSL.Special (
25, module Numeric.GSL.Special.Dilog 25, module Numeric.GSL.Special.Dilog
26, module Numeric.GSL.Special.Elementary 26, module Numeric.GSL.Special.Elementary
27, module Numeric.GSL.Special.Ellint 27, module Numeric.GSL.Special.Ellint
28, module Numeric.GSL.Special.Elljac
28, module Numeric.GSL.Special.Erf 29, module Numeric.GSL.Special.Erf
29, module Numeric.GSL.Special.Exp 30, module Numeric.GSL.Special.Exp
30, module Numeric.GSL.Special.Expint 31, module Numeric.GSL.Special.Expint
@@ -39,6 +40,7 @@ module Numeric.GSL.Special (
39, module Numeric.GSL.Special.Pow_int 40, module Numeric.GSL.Special.Pow_int
40, module Numeric.GSL.Special.Psi 41, module Numeric.GSL.Special.Psi
41, module Numeric.GSL.Special.Synchrotron 42, module Numeric.GSL.Special.Synchrotron
43, module Numeric.GSL.Special.Transport
42, module Numeric.GSL.Special.Trig 44, module Numeric.GSL.Special.Trig
43, module Numeric.GSL.Special.Zeta 45, module Numeric.GSL.Special.Zeta
44) 46)
@@ -54,6 +56,7 @@ import Numeric.GSL.Special.Debye
54import Numeric.GSL.Special.Dilog 56import Numeric.GSL.Special.Dilog
55import Numeric.GSL.Special.Elementary 57import Numeric.GSL.Special.Elementary
56import Numeric.GSL.Special.Ellint 58import Numeric.GSL.Special.Ellint
59import Numeric.GSL.Special.Elljac
57import Numeric.GSL.Special.Erf 60import Numeric.GSL.Special.Erf
58import Numeric.GSL.Special.Exp 61import Numeric.GSL.Special.Exp
59import Numeric.GSL.Special.Expint 62import Numeric.GSL.Special.Expint
@@ -68,5 +71,6 @@ import Numeric.GSL.Special.Log
68import Numeric.GSL.Special.Pow_int 71import Numeric.GSL.Special.Pow_int
69import Numeric.GSL.Special.Psi 72import Numeric.GSL.Special.Psi
70import Numeric.GSL.Special.Synchrotron 73import Numeric.GSL.Special.Synchrotron
74import Numeric.GSL.Special.Transport
71import Numeric.GSL.Special.Trig 75import Numeric.GSL.Special.Trig
72import Numeric.GSL.Special.Zeta 76import Numeric.GSL.Special.Zeta