MPC-1.1.0
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.3 SBU
Required Disk Space: 22 MB
Installation of MPC
Prepare MPC for compilation:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/mpc-1.1.0
Compile the package and generate the HTML documentation:
make
make html
To test the results, issue:
make check
Install the package and its documentation:
make install
make install-html
Contents of MPC
Installed Programs: File
Installed Libraries: libmpc.so
Installed Directories: /usr/share/doc/mpc-1.1.0
Installed Description libmpc Contains complex math functions