summaryrefslogtreecommitdiff
path: root/examples/integrate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/integrate.hs')
-rw-r--r--examples/integrate.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integrate.hs b/examples/integrate.hs
index 6da88ad..10f0269 100644
--- a/examples/integrate.hs
+++ b/examples/integrate.hs
@@ -1,5 +1,5 @@
1-- Numerical integration 1-- Numerical integration
2import GSL 2import Numeric.GSL
3 3
4quad f a b = fst $ integrateQAGS 1E-9 100 f a b 4quad f a b = fst $ integrateQAGS 1E-9 100 f a b
5 5