BSD-3-Clause licensed by Michal Konecny
Maintained by
Michal KonecnyThis version can be pinned in stack with:aern2-mp-0.1.2.0@sha256:733b0d8ca3778e49c5ab891565036b2773f4264730552b6c079b5460dc146925,4208
Module documentation for 0.1.2.0
Depends on 11 packages
(full list with versions):
base,
convertible,
hmpfr,
hspec,
integer-gmp,
integer-logarithms,
lens,
mixed-types-num,
QuickCheck,
regex-tdfa,
template-haskell Arbitrary-precision dyadic numbers and interval arithmetic, via the types:
By default, using hmpfr when compiling with ghc >=7.10. Older versions of ghc are no longer tested.
Set flag MPFRRounded to bind MPFR not via hmpfr but via a tweaked version of package
rounded:
This backend is considerably faster than hmpfr.
It is likely to become the default in future.
There is a plan to add an Integer-only backend so that this library can
be used without MPFR.
- v 0.1.2.0 2017-11-14
- fix compilation with haskell-mpfr
- v 0.1.1.0 2017-11-14
- using Claude Heiland-Allen’s Numeric.Rounded.Simple
- v 0.1.0.1 2017-09-12
- first release on Hackage
- backends: hmpfr and (tweaked) rounded