From: Ludovic Courtès Date: Sat, 15 Dec 2012 14:28:50 +0000 (+0100) Subject: Merge branch 'master' into core-updates X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/a784c3077e7cdae5d8492aa540b86b8d32c9a696 Merge branch 'master' into core-updates Conflicts: distro/packages/multiprecision.scm --- a784c3077e7cdae5d8492aa540b86b8d32c9a696 diff --cc distro/packages/multiprecision.scm index 73bceb3e4a,69a05b78bb..cef09b8df8 --- a/distro/packages/multiprecision.scm +++ b/distro/packages/multiprecision.scm @@@ -109,11 -111,7 +110,11 @@@ double-precision floating-point arithme with exact rounding") (description "GNU 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 GNU MPFR.") +arbitrarily high precision and correct rounding of the result. It extends +the principles of the IEEE-754 standard for fixed precision real floating +point numbers to complex numbers, providing well-defined semantics for +every operation. At the same time, speed of operation at high precision +is a major design goal. The library is built upon and follows the same +principles as GNU MPFR.") - (license "LGPLv3+") + (license lgpl3+) (home-page "http://mpc.multiprecision.org/")))