2. What is the relationship of decNumber++ to the decNumber library?
The decNumber++ library adapts decNumber for convenient use in C++ programs. With decNumber++, C++ programmers can take advantage of the decimal arithmetic types provided by decNumber and can do so with conventional C++ syntax. In addition, decNumber++ integrates the decimal arithmetic types with the C++ Standard Library to support the following:
input and output of decimal numbers using the standard IOStreams library
the application of most <math.h> functions to decimal aguments