Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.