| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 23:52:49 GMT
X-Served-By: cache-dfw-ktki8620040-DFW, cache-bom-vanm7210096-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768693970.509786,VS0,VE290
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
decimal-arithmetic: An implementation of the General Decimal Arithmetic
Specification
[Skip to Readme]
decimal-arithmetic: An implementation of the General Decimal Arithmetic Specification
This package provides an implementation of the General Decimal Arithmetic Specification by Mike Cowlishaw.
For details, see https://speleotrove.com/decimal/
[Skip to Readme]
Modules
[Index]
Downloads
- decimal-arithmetic-0.5.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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> |
| Uploaded | by RobLeslie at 2018-07-15T20:55:06Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 5171 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 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.