mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: gmp: Use @acronym{} in Texinfo.
* gnu/packages/multiprecision.scm (gmp)[description]: Substitute @acronym{} for @dfn{}.
This commit is contained in:
parent
f8f2b048b9
commit
245fae9077
1 changed files with 5 additions and 6 deletions
|
@ -64,12 +64,11 @@ (define-public gmp
|
||||||
(else '())))))
|
(else '())))))
|
||||||
(synopsis "Multiple-precision arithmetic library")
|
(synopsis "Multiple-precision arithmetic library")
|
||||||
(description
|
(description
|
||||||
"@dfn{GMP} (the GNU Multiple Precision Arithmetic Library) is a library for
|
"The @acronym{GMP, the GNU Multiple Precision Arithmetic} library performs
|
||||||
arbitrary-precision arithmetic, operating on signed integers, rational numbers
|
arbitrary-precision arithmetic on signed integers, rational numbers and floating
|
||||||
and floating point numbers. The precision is only limited by the available
|
point numbers. The precision is only limited by the available memory.
|
||||||
memory. The library is highly optimized, with a design focus on execution
|
The library is highly optimized, with a design focus on execution speed.
|
||||||
speed. It is aimed at use in, for example, cryptography and computational
|
It is aimed at use in, for example, cryptography and computational algebra.")
|
||||||
algebra.")
|
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "https://gmplib.org/")))
|
(home-page "https://gmplib.org/")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue