packages feed

cdar-mBound 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cdar-mBound.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/  name:                cdar-mBound-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Exact real arithmetic using Centred Dyadic Approximations description:         Please see https://github.com/michalkonecny/cdar/tree/mBound#readme license:             BSD3
src/Data/CDAR/Approx.hs view
@@ -898,7 +898,7 @@         -- limitAndBoundMB mb $          x * sqrtRecA k x     where-    k = 2*mb + 2+    k = mb + 2  {-| This uses Newton's method for computing the reciprocal of the square root.