newrpl/contrib/mpdecimal-2.4.0
claudio d117776c9d Added operator CMP.
Added SORT command.
2014-06-20 14:19:32 -04:00
..
libmpdec Added operator CMP. 2014-06-20 14:19:32 -04:00
.hg_archival.txt Initial commit 2014-04-27 18:53:11 -04:00
CHANGELOG.txt Initial commit 2014-04-27 18:53:11 -04:00
COMPILERS.txt Initial commit 2014-04-27 18:53:11 -04:00
config.guess Initial commit 2014-04-27 18:53:11 -04:00
config.h.in Initial commit 2014-04-27 18:53:11 -04:00
config.sub Initial commit 2014-04-27 18:53:11 -04:00
configure Initial commit 2014-04-27 18:53:11 -04:00
configure.ac Initial commit 2014-04-27 18:53:11 -04:00
INSTALL.txt Initial commit 2014-04-27 18:53:11 -04:00
LICENSE.txt Initial commit 2014-04-27 18:53:11 -04:00
Makefile.in Initial commit 2014-04-27 18:53:11 -04:00
README.txt Initial commit 2014-04-27 18:53:11 -04:00


libmpdec
========

libmpdec is a fast C/C++ library for correctly-rounded arbitrary precision
decimal floating point arithmetic.  It is a complete implementation of
Mike Cowlishaw/IBM's General Decimal Arithmetic Specification. The full
specification is available here:

http://speleotrove.com/decimal/


libmpdec will - with minor restrictions - also conform to the IEEE 754-2008
Standard for Floating-Point Arithmetic, provided that the appropriate context
parameters are set.

libmpdec is the basis for the decimal module in Python-3.3.


The library has been tested on the following platforms:

   amd64:  Linux, FreeBSD, OpenBSD, OpenSolaris, Windows

   ppc64:  AIX

   x86:    Linux, FreeBSD, OpenBSD, OpenSolaris, Windows

   mips32: Debian



Contact: Stefan Krah <skrah@bytereef.org>