from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
MPDECIMAL
Section: Programmer's Manual (3) Updated: 202-0-01 Index
Return to Main Contents
NAME
mpdecimal - 4.0.1
SYNOPSIS
C/C++ libraries for correctly rounded arbitrary precision decimal floatin-
point arithmetic.
DESCRIPTION
The libmpdec and libmpdec++ libraries fully implement the General Decimal
Arithmetic Specification, see:
https://speleotrove.com/decimal/decarith.html
As described in the scope section of the specification, the libraries conform
- with minor restrictions - to the IEEE 754-2008 Standard for Floating-Point
Arithmetic if the context is initialized with the appropriate parameters.
Depending on the distribution, complete HTML documentation is available in the
mpdecima-doc package or at:
https://www.bytereef.org/mpdecimal/index.html
SEE ALSO
libmpdec.3, libmpdec++.3
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|