decimal-arithmetic: An implementation of the General Decimal Arithmetic Specification

[ bsd3, library, numeric ] [ Propose Tags ]

This package provides an implementation of the General Decimal Arithmetic Specification by Mike Cowlishaw.

For details, see http://speleotrove.com/decimal/


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.5.1.0
Dependencies base (>=4.11 && <5), binary (>=0.8 && <0.9), binary-bits (>=0.5 && <0.6), deepseq (>=1.4 && <1.5), mtl (>=2.2 && <2.3) [details]
License BSD-3-Clause
Copyright © 2016–2017 Robert Leslie
Author Rob Leslie <rob@mars.org>
Maintainer Rob Leslie <rob@mars.org>
Category Numeric
Home page https://github.com/verement/decimal-arithmetic#readme
Bug tracker https://github.com/verement/decimal-arithmetic/issues
Source repo head: git clone https://github.com/verement/decimal-arithmetic.git
Uploaded by RobLeslie at 2018-07-15T20:55:06Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4897 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-15 [all 1 reports]

Readme for decimal-arithmetic-0.5.1.0

[back to package description]

General Decimal Arithmetic

This is a decimal arithmetic package for Haskell, suitable for arbitrary-precision decimal floating point and integer calculations.

For details and the specification on which the implementation is based, see Mike Cowlishaw's General Decimal Arithmetic.

While currently usable, the implementation is still under development. Additional operations and possible API changes are planned.