diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-07-30 09:02:57 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-07-30 09:02:57 +0000 |
commit | 0c38c1b0e122a56ea98c494e60ba90afe2688664 (patch) | |
tree | 5623779a630694c04525b0c38314d6aa9b511e4f /lib/GSL/Special/Dawson.hs | |
parent | b9db4d25d87cd4ab0f493413db92fb41b7eacda9 (diff) |
links to documentation for special functions
Diffstat (limited to 'lib/GSL/Special/Dawson.hs')
-rw-r--r-- | lib/GSL/Special/Dawson.hs | 2 |
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) | |||
7 | Stability : provisional | 7 | Stability : provisional |
8 | Portability : uses ffi | 8 | Portability : uses ffi |
9 | 9 | ||
10 | Wrappers 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 | ------------------------------------------------------------ |