deka-0.4.0.0: Decimal floating point arithmetic

deka-0.4.0.0: Decimal floating point arithmetic

deka provides decimal floating point arithmetic. It is based on the decNumber C library, which is available at

http://speleotrove.com/decimal/decnumber.html

decNumber, in turn, implements the General Decimal Arithmetic Specification, which is available at

http://speleotrove.com/decimal/

To use deka, you will first need to install the decNumber C library. To make this easy for users of UNIX-like operating systems, I have packaged decNumber; the package is at

https://github.com/massysett/decnumber/releases

For more on deka, please see the Github home page at

https://github.com/massysett/deka

Modules