packages feed

AERN-Real 0.9.0 → 0.9.1

raw patch · 21 files changed

+21/−21 lines, 21 files

Files

AERN-Real.cabal view
@@ -1,5 +1,5 @@ Name:           AERN-Real-Version:        0.9.0+Version:        0.9.1 Cabal-Version:  >= 1.2 Build-Type:     Simple License:        BSD3
src/Data/Number/ER.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER     Description :  top level of the exactreals framework     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/BasicTypes.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.BasicTypes     Description :  generic types for exact real number processing      Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/ExtendedInteger.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.ExtendedInteger     Description :  integer with infinities      Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Misc.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Misc     Description :  general purpose extras      Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/PlusMinus.hs view
@@ -3,7 +3,7 @@     Module      :  Data.Number.ER.PlusMinus     Description :  mini sign datatype     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real     Description :  overview of AERN-Real     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Approx.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Approx     Description :  classes abstracting exact reals     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Approx/Elementary.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Approx.Elementary     Description :  abstraction of exact reals capable of elementary operations     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Approx/Interval.hs view
@@ -3,7 +3,7 @@     Module      :  Data.Number.ER.Real.Approx.Interval     Description :  safe interval arithmetic     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Approx/Sequence.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Approx.Sequence     Description :  exact reals via convergent sequences     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Arithmetic/Elementary.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Arithmetic.Elementary     Description :  some elementary functions     Copyright   :  (c) Michal Konecny, Amin Farjudian, Jan Duracz-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Arithmetic/Integration.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Arithmetic.Integration     Description :  simple integration methods     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Arithmetic/Newton.hs view
@@ -3,7 +3,7 @@     Module      :  Data.Number.ER.Real.Arithmetic.Taylor     Description :  interval Newton method     Copyright   :  (c) Amin Farjudian, Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  alpha
src/Data/Number/ER/Real/Arithmetic/Taylor.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Arithmetic.Taylor     Description :  implementation of Taylor series     Copyright   :  (c) Amin Farjudian, Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Base.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.Base     Description :  class abstracting floats     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Base/CombinedMachineAP.hs view
@@ -4,7 +4,7 @@     Module      :  Data.Number.ER.Real.Base.CombinedMachineAP     Description :  auto-switching hardware-software floats      Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Base/Float.hs view
@@ -3,7 +3,7 @@     Module      :  Data.Number.ER.Real.Base     Description :  arbitrary precision floating point numbers     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Base/MachineDouble.hs view
@@ -4,7 +4,7 @@     Module      :  Data.Number.ER.Real.Base.MachineDouble     Description :  enabling Double's as interval endpoints     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/Base/Rational.hs view
@@ -3,7 +3,7 @@     Module      :  Data.Number.ER.Real.Base.Rational     Description :  rational numbers with infinities     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental
src/Data/Number/ER/Real/DefaultRepr.hs view
@@ -2,7 +2,7 @@     Module      :  Data.Number.ER.Real.DefaultRepr     Description :  concise names for default real representations     Copyright   :  (c) Michal Konecny-    License     :  LGPL+    License     :  BSD3      Maintainer  :  mik@konecny.aow.cz     Stability   :  experimental