https://github.com/verement/decimal-arithmetic
A Haskell implementation of General Decimal Arithmetic
https://github.com/verement/decimal-arithmetic
decimal haskell
Last synced: 10 months ago
JSON representation
A Haskell implementation of General Decimal Arithmetic
- Host: GitHub
- URL: https://github.com/verement/decimal-arithmetic
- Owner: verement
- License: bsd-3-clause
- Created: 2016-05-03T10:02:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T17:21:25.000Z (over 2 years ago)
- Last Synced: 2025-03-17T01:07:16.700Z (10 months ago)
- Topics: decimal, haskell
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/decimal-arithmetic
- Size: 156 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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][].
[General Decimal Arithmetic]: http://speleotrove.com/decimal/
While currently usable, the implementation is still under development.
Additional operations and possible API changes are planned.