MPC-1.3.1

The MPC package contains a library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.

Approximate build time: 0.1 SBU
Required disk space: 22 MB
SHA256 Checksum: ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8

Installation of MPC

Prepare MPC for compilation:

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/mpc-1.3.1

Compile the package and generate the HTML documentation:

make
make html

To test the results which normally return 74, issue:

make check 2>&1 | tee mpc-check-log
awk '/# PASS:/{total+=$3} ; END{print total}' mpc-check-log || true

Install the package and its documentation:

make install
make install-html

Contents of MPC

Installed libraries: libmpc.so
Installed directory: /usr/share/doc/mpc-1.3.1

Short Descriptions

libmpc

Contains complex math functions