1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.TH MPDECIMAL 3 2025-05-01 mpdecimal-4.0.1 "Programmer's Manual"
.ft C
.
.SH NAME
mpdecimal \- 4.0.1
.
.SH SYNOPSIS
.nf
C/C++ libraries for correctly rounded arbitrary precision decimal floating-
point arithmetic.
.ne
.
.SH DESCRIPTION
.nf
The \fIlibmpdec\fP and \fIlibmpdec++\fP 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 \fIIEEE 754\-2008\fP 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
\fImpdecimal-doc\fP package or at:
https://www.bytereef.org/mpdecimal/index.html
.ne
.
.SH SEE ALSO
libmpdec.3, libmpdec++.3
|