xref: /OK3568_Linux_fs/buildroot/package/mpc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
10	  http://www.multiprecision.org/
11