gnu: mpc: Edit synopsis & description.
* gnu/packages/multiprecision.scm (mpc)[synopsis, description]: Edit. Define MPC.master
parent
45fc77e56e
commit
246db47177
|
@ -120,10 +120,11 @@ floating-point computations with correct rounding.")
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
|
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
|
||||||
("mpfr" ,mpfr)))
|
("mpfr" ,mpfr)))
|
||||||
(synopsis "C library for arbitrary precision complex arithmetic")
|
(synopsis "C library for arbitrary-precision complex arithmetic")
|
||||||
(description
|
(description
|
||||||
"GNU MPC is a C library for performing arithmetic on complex numbers.
|
"GNU@tie{}@dfn{MPC} (Multiple Precision Complex library) is a C library for
|
||||||
It supports arbitrarily high precision and it correctly rounds the results.")
|
performing arithmetic on complex numbers. It supports arbitrarily high
|
||||||
|
precision and correctly rounds the results.")
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "http://multiprecision.org/mpc/")))
|
(home-page "http://multiprecision.org/mpc/")))
|
||||||
|
|
||||||
|
|
Reference in New Issue