From 7bf1ba2ecbb9d58c42b8710a76857ed34575290f Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 28 Jul 2007 18:44:22 +0000 Subject: GSL.Special.Bessel.hs --- lib/GSL/Special.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/GSL/Special.hs') 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. module GSL.Special ( module GSL.Special.Airy, + module GSL.Special.Bessel, module GSL.Special.Erf, module GSL.Special.Exp, module GSL.Special.Gamma @@ -29,6 +30,7 @@ import GSL.Special.Gamma import GSL.Special.Erf import GSL.Special.Exp import GSL.Special.Airy +import GSL.Special.Bessel -------------------- simple functions -------------------------- -- cgit v1.2.3