Line 0
Link Here
|
|
|
1 |
libmpdec is a complete C implementation of the General Decimal Arithmetic |
2 |
Specification. The specification, written by Mike Cowlishaw from IBM, |
3 |
defines a general purpose arbitrary precision data type together with |
4 |
rigorously specified functions and rounding behavior. As described in the |
5 |
scope section of the specification, libmpdec will - with minor restrictions - |
6 |
also conform to the IEEE 754-2008 Standard for Floating-Point Arithmetic, |
7 |
provided that the appropriate context parameters are set. |
8 |
|
9 |
libmpdec++ is a complete C++ implementation of the General Decimal Arithmetic |
10 |
Specification. libmpdec++ is mostly a header library around libmpdec. The |
11 |
library frees users from manual memory management and has an easy API with |
12 |
inline operators. libmpdec++ has a thread local context for inline operators |
13 |
and other functions that use the implicit context. |
14 |
|
15 |
|
16 |
WWW: https://www.bytereef.org/mpdecimal/index.html |