Config.in 317 B

12345678910
  1. config BR2_PACKAGE_MPC
  2. bool "mpc"
  3. select BR2_PACKAGE_MPFR
  4. select BR2_PACKAGE_GMP
  5. help
  6. Mpc is a C library for the arithmetic of complex numbers with
  7. arbitrarily high precision and correct rounding of the result.
  8. It is built upon and follows the same principles as Mpfr.
  9. http://www.multiprecision.org/