diff options
author | Adam Massmann <akm2203@columbia.edu> | 2019-05-20 15:44:37 -0400 |
---|---|---|
committer | Adam Massmann <akm2203@columbia.edu> | 2019-05-20 15:44:37 -0400 |
commit | 433602570e14afb2181003bf8f80cba4133adc0d (patch) | |
tree | 569923dd3a3506b67f5c9de603a81ae913f10b78 /packages/special/lib/Numeric/GSL | |
parent | c4b80ef9951b533d6bbbb34df8109f3290546296 (diff) |
export necessary types for elliptic integrals
Diffstat (limited to 'packages/special/lib/Numeric/GSL')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Ellint.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Ellint.hs b/packages/special/lib/Numeric/GSL/Special/Ellint.hs index 678f6db..a2800cd 100644 --- a/packages/special/lib/Numeric/GSL/Special/Ellint.hs +++ b/packages/special/lib/Numeric/GSL/Special/Ellint.hs | |||
@@ -38,6 +38,7 @@ module Numeric.GSL.Special.Ellint( | |||
38 | , ellint_RF | 38 | , ellint_RF |
39 | , ellint_RJ_e | 39 | , ellint_RJ_e |
40 | , ellint_RJ | 40 | , ellint_RJ |
41 | , Precision(..) | ||
41 | ) where | 42 | ) where |
42 | 43 | ||
43 | import Foreign(Ptr) | 44 | import Foreign(Ptr) |