diff options
Diffstat (limited to 'lib/GSL')
-rw-r--r-- | lib/GSL/Special.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/GSL/Special.hs b/lib/GSL/Special.hs index 6786dc5..8124055 100644 --- a/lib/GSL/Special.hs +++ b/lib/GSL/Special.hs | |||
@@ -17,6 +17,7 @@ Wrappers for selected special functions. | |||
17 | 17 | ||
18 | module GSL.Special ( | 18 | module GSL.Special ( |
19 | module GSL.Special.Airy, | 19 | module GSL.Special.Airy, |
20 | module GSL.Special.Bessel, | ||
20 | module GSL.Special.Erf, | 21 | module GSL.Special.Erf, |
21 | module GSL.Special.Exp, | 22 | module GSL.Special.Exp, |
22 | module GSL.Special.Gamma | 23 | module GSL.Special.Gamma |
@@ -29,6 +30,7 @@ import GSL.Special.Gamma | |||
29 | import GSL.Special.Erf | 30 | import GSL.Special.Erf |
30 | import GSL.Special.Exp | 31 | import GSL.Special.Exp |
31 | import GSL.Special.Airy | 32 | import GSL.Special.Airy |
33 | import GSL.Special.Bessel | ||
32 | 34 | ||
33 | -------------------- simple functions -------------------------- | 35 | -------------------- simple functions -------------------------- |
34 | 36 | ||