rounded: Correctly-rounded arbitrary-precision floating-point arithmetic
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package provides numeric instances for MPFR that use
"Implicit Configurations" from
http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf
to choose a Rounding
and Precision
. For those that do not want to
use reflection, explicit instances are provided for common precisions
and for the built-in rounding modes.
This package should work correctly with GHC 7.10.1 or later.
>>>
import Numeric.Rounded
>>>
:set -XDataKinds
>>>
exp pi :: Rounded TowardZero 512
23.140692632779269005729086367948547380266106242600211993445046409524342350690452783516971997067549219675952704801087773144428044414693835844717445879609842
rounded version 0.x is for MPFR version 3.1 or above.
[Skip to Readme]
Properties
Versions | 0.1, 0.1.0.1, 0.2, 0.2, 0.3, 1.0, 1.1, 1.1.1 |
---|---|
Change log | CHANGELOG.markdown |
Dependencies | base (>=4.8 && <4.14), ghc-prim (>=0.4 && <0.6), hgmp (>=0.1.1 && <0.2), long-double (>=0.1 && <0.2), reflection (>=2.1.2 && <2.2) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2012-2014 Edward A. Kmett, Daniel G. Peebles; Copyright (C) 2013-2019 Claude Heiland-Allen |
Author | Edward A. Kmett, Daniel G. Peebles, Claude Heiland-Allen |
Maintainer | Claude Heiland-Allen <claude@mathr.co.uk> |
Category | Numeric, Math |
Home page | https://github.com/ekmett/rounded |
Bug tracker | https://github.com/ekmett/rounded/issues |
Source repo | head: git clone git://github.com/ekmett/rounded.git this: git clone git://github.com/ekmett/rounded.git(tag rounded-0.2) |
Uploaded | by ClaudeHeilandAllen at 2019-08-28T12:09:20Z |
Modules
- Numeric
- MPFR
- Numeric.MPFR.Raw
- Numeric.MPFR.Raw.Safe
- Numeric.MPFR.Raw.Unsafe
- Numeric.MPFR.Types
- Numeric.MPFR.Raw
- Numeric.Rounded
- Numeric.Rounded.Interval
- Numeric.Rounded.Simple
- MPFR
Downloads
- rounded-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees