This is 0.3, right? But on my machine I get 0.3 plus a small fraction, which is simply not acceptable for applications where it is essential to get exact results, such as financial applications.
deka is a binding to the decNumber C library, a thoroughly tested and fast implementation of decimal arithmetic. deka is fully tested and I encourage you to run the tests using the usual "cabal test" method.
deka is available at
and is on Github at
Because deka is a binding to the decNumber C library, first you will need to install decNumber. An easy to install version with the GNU autotools is at:
decNumber's website is at