summaryrefslogtreecommitdiff
path: root/lib/GSL/Special/Dawson.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-07-30 09:02:57 +0000
committerAlberto Ruiz <aruiz@um.es>2007-07-30 09:02:57 +0000
commit0c38c1b0e122a56ea98c494e60ba90afe2688664 (patch)
tree5623779a630694c04525b0c38314d6aa9b511e4f /lib/GSL/Special/Dawson.hs
parentb9db4d25d87cd4ab0f493413db92fb41b7eacda9 (diff)
links to documentation for special functions
Diffstat (limited to 'lib/GSL/Special/Dawson.hs')
-rw-r--r--lib/GSL/Special/Dawson.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/GSL/Special/Dawson.hs b/lib/GSL/Special/Dawson.hs
index 62d0baf..54671e1 100644
--- a/lib/GSL/Special/Dawson.hs
+++ b/lib/GSL/Special/Dawson.hs
@@ -7,7 +7,9 @@ Maintainer : Alberto Ruiz (aruiz at um dot es)
7Stability : provisional 7Stability : provisional
8Portability : uses ffi 8Portability : uses ffi
9 9
10Wrappers for selected functions described at:
10 11
12<http://www.gnu.org/software/gsl/manual/html_node/Dawson-Function.html>
11 13
12-} 14-}
13------------------------------------------------------------ 15------------------------------------------------------------