BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:compensated-0.8.3@sha256:b97c84a47501c88cc0ea586e8898398bc74567a4938b7edd31aa478c6cf33980,2211

Module documentation for 0.8.3

compensated

Hackage Build Status

This package provides a form of compensated arithmetic that lets you perform many operations on chains of doubles at higher precision.

In particular addition, multiplication, etc. on a Compensated Double is done with twice as many bits of significand as on a raw Double.

This construction is designed so that it can be iterated.

This was forked from the analytics repository after repeated requests.

Work still needs to be done to properly support most Floating operations, but everything below that level of the numeric hierarchy should work.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

0.8.3 [2021.02.21]

  • Fix the build with safecopy-0.10.4 or later.

0.8.2 [2021.02.17]

  • Allow building with lens-5.*.
  • The build-type has been changed from Custom to Simple. To achieve this, the doctests test suite has been removed in favor of using cabal-docspec to run the doctests.

0.8.1 [2020.01.29]

  • Add a benchmark suite.

0.8 [2019.11.24]

  • Support building with log-domain-0.13 by removing the Precise superclass from Compensable. log-domain-0.13 has removed the Precise class since its methods are now available in Floating as of base-4.9/GHC 8.0. As a result, this release drops support for earlier versions of base/GHC.

0.7.3 [2019.09.13]

  • Allow building with safecopy-0.10.

0.7.2

  • Add a library dependency on the doctests test suite

0.7.1

  • Revamp Setup.hs to use cabal-doctest. This makes it build with Cabal-2.0, and makes the doctests work with cabal new-build and sandboxes.

0.7

  • Support for newer bifunctors, cereal, deepseq, generic-deriving, semigroupoid and vector dependencies.`

0.6

  • Updated for lens 4.
  • Bug fix in (/=)

0.4.1

  • Marked this package Trustworthy.

0.4

  • Added NFData and Serial instances

0.3

  • Major version bump due to large semantics change in log-domain.

0.2.0.1

  • Wider generic-deriving version bounds for GHC HEAD compatibility.

0.2

  • Added a Hashable instance.

0.1.1.1

  • Wider binary version bounds.

0.1.1

  • Fixed a bug in the Setup.lhs postHaddock hook.
  • Reformatted haddocks

0.1