Skip to content
Snippets Groups Projects
Unverified Commit 246db471 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: mpc: Edit synopsis & description.

* gnu/packages/multiprecision.scm (mpc)[synopsis, description]: Edit.
Define MPC.
parent 45fc77e5
No related branches found
No related tags found
No related merge requests found
...@@ -120,10 +120,11 @@ (define-public mpc ...@@ -120,10 +120,11 @@ (define-public mpc
(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/")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment