diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-12-22 18:16:58 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-12-22 18:16:58 +0100 |
commit | 863fd69b44d6e65544973871043d89d1d6c50a9e (patch) | |
tree | 06f7e95e42975b2b75dc246128775c2fbbe456e5 /packages/special/lib/Numeric/GSL/Special/Pow_int.hs | |
parent | d7b7ff9dff27a6a74785c92c9393704fe0072e0e (diff) |
ok hmatrix-special
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Pow_int.hs')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Pow_int.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Pow_int.hs b/packages/special/lib/Numeric/GSL/Special/Pow_int.hs index fd232ab..bccdde7 100644 --- a/packages/special/lib/Numeric/GSL/Special/Pow_int.hs +++ b/packages/special/lib/Numeric/GSL/Special/Pow_int.hs | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------ | 1 | ------------------------------------------------------------ |
2 | -- | | 2 | -- | |
3 | -- Module : Numeric.GSL.Special.Pow_int | 3 | -- Module : Numeric.GSL.Special.Pow_int |
4 | -- Copyright : (c) Alberto Ruiz 2006 | 4 | -- Copyright : (c) Alberto Ruiz 2006-11 |
5 | -- License : GPL | 5 | -- License : GPL |
6 | -- Maintainer : Alberto Ruiz (aruiz at um dot es) | 6 | -- Maintainer : Alberto Ruiz (aruiz at um dot es) |
7 | -- Stability : provisional | 7 | -- Stability : provisional |
@@ -18,7 +18,7 @@ module Numeric.GSL.Special.Pow_int( | |||
18 | ) where | 18 | ) where |
19 | 19 | ||
20 | import Foreign(Ptr) | 20 | import Foreign(Ptr) |
21 | import Foreign.C.Types(CInt) | 21 | import Foreign.C.Types(CInt(..)) |
22 | import Numeric.GSL.Special.Internal | 22 | import Numeric.GSL.Special.Internal |
23 | 23 | ||
24 | pow_int_e :: Double -> CInt -> (Double,Double) | 24 | pow_int_e :: Double -> CInt -> (Double,Double) |