@hackage decimal-arithmetic0.1.0.1

An implementation of Mike Cowlishaw's General Decimal Arithmetic Specification

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 as well as an API for manipulating context flags are planned.