bindings-mpdecimal: bindings to mpdecimal library

[ bsd3, deprecated, library, math ] [ Propose Tags ]
Deprecated in favor of deka

mpdecimal provides correctly rounded arbitrary precision decimal floating point arithmetic.

Please see

http://www.github.com/massysett/bindings-mpdecimal


[Skip to Readme]

Modules

  • Bindings
    • Bindings.Mpdecimal

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.4.0.0, 0.6.0.0, 0.8.0.0
Dependencies base (>=4.6 && <4.7), bindings-DSL (>=1.0 && <1.1) [details]
License BSD-3-Clause
Author Omari Norman
Maintainer omari@smileystation.com
Category Math
Home page http://www.github.com/massysett/bindings-mpdecimal
Source repo head: git clone https://github.com/massysett/bindings-mpdecimal.git
Uploaded by OmariNorman at 2014-01-11T14:54:17Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3313 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-18 [all 8 reports]

Readme for bindings-mpdecimal-0.4.0.0

[back to package description]
Bindings to the mpdecimal library by Stefan Krah, which is available at

http://www.bytereef.org/mpdecimal

mpdecimal provides decimal floating point arithmetic.  It currently is
the basis for the decimal library in the Python standard library.
More information on decimal arithmetic is at

http://speleotrove.com/decimal/

These bindings were written for mpdecimal version 2.4.0.  You will
need to install mpdecimal before you install this library.

These bindings were made using bindings-dsl:

https://bitbucket.org/mauricio/bindings-dsl/wiki/Home

and c2hsc:

https://github.com/jwiegley/c2hsc