Библиотека сайта rus-linux.net
6.15. MPC-0.8.2
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:
10.5 MB
6.15.1. Installation of MPC
Prepare MPC for compilation:
./configure --prefix=/usr
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
