gnu: mpc: Edit synopsis & description.
* gnu/packages/multiprecision.scm (mpc)[synopsis, description]: Edit. Define MPC.
This commit is contained in:
parent
45fc77e56e
commit
246db47177
1 changed files with 4 additions and 3 deletions
|
@ -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/")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue