gnu: mpc: Edit synopsis & description.

* gnu/packages/multiprecision.scm (mpc)[synopsis, description]: Edit.
Define MPC.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-19 00:16:39 +01:00
parent 45fc77e56e
commit 246db47177
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -120,10 +120,11 @@ (define-public mpc
(outputs '("out" "debug"))
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
("mpfr" ,mpfr)))
(synopsis "C library for arbitrary precision complex arithmetic")
(synopsis "C library for arbitrary-precision complex arithmetic")
(description
"GNU MPC is a C library for performing arithmetic on complex numbers.
It supports arbitrarily high precision and it correctly rounds the results.")
"GNU@tie{}@dfn{MPC} (Multiple Precision Complex library) is a C library for
performing arithmetic on complex numbers. It supports arbitrarily high
precision and correctly rounds the results.")
(license lgpl3+)
(home-page "http://multiprecision.org/mpc/")))