2010-12-06 20:40:10 +01:00
|
|
|
config BR2_PACKAGE_MPC
|
2010-11-03 19:59:31 +01:00
|
|
|
bool "mpc"
|
2010-12-06 20:40:10 +01:00
|
|
|
select BR2_PACKAGE_MPFR
|
|
|
|
select BR2_PACKAGE_GMP
|
2010-11-03 19:59:31 +01:00
|
|
|
help
|
|
|
|
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.
|
2010-11-05 07:11:40 +01:00
|
|
|
|
2010-11-03 19:59:31 +01:00
|
|
|
http://www.multiprecision.org/
|