Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verement/decimal-arithmetic
A Haskell implementation of General Decimal Arithmetic
https://github.com/verement/decimal-arithmetic
decimal haskell
Last synced: 26 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T17:21:25.000Z (over 1 year ago)
- Last Synced: 2024-09-29T17:41:49.258Z (about 1 month 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.