decimal-arithmetic: An implementation of Mike Cowlishaw's 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.7 && <5), mtl [details]
License BSD-3-Clause
Copyright © 2016 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 2016-07-21T11:33:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4917 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-21 [all 1 reports]

Readme for decimal-arithmetic-0.2.0.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 usable, the implementation is currently in its infancy. Additional operations and possible API changes are planned.