d43cffdfe2
MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as MPFR. GCC >= 4.2 requires MPC.
4 lines
202 B
Plaintext
4 lines
202 B
Plaintext
mpc is a complex floating-point library with exact rounding.
|
|
It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
|
|
which is itself based on the GNU MP library (http://gmplib.org/).
|