Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "C library for complex number arithmetic with arbitrary precision and correct rounding" |
2 | DESCRIPTION = "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" | ||||
3 | HOMEPAGE = "http://www.multiprecision.org/" | ||||
4 | LICENSE = "LGPLv3" | ||||
5 | SECTION = "libs" | ||||
6 | |||||
7 | inherit autotools texinfo |