diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-03 03:30:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-03 23:26:40 +0200 |
commit | ded545d5624765723bdc809c465b22ec2ceda6dd (patch) | |
tree | 59af3677e62eeacc8616db0a796bb58bce4edab2 /gnu | |
parent | aaf80ba78197e582972327031636f279407ef74e (diff) | |
download | guix-ded545d5624765723bdc809c465b22ec2ceda6dd.tar guix-ded545d5624765723bdc809c465b22ec2ceda6dd.tar.gz |
gnu: mpfi: Use @acronym{} in Texinfo.
* gnu/packages/multiprecision.scm (mpfi)[description]: Substitute
@acronym{} for @dfn{}.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/multiprecision.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index 8547abeb3a..3d899941be 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -149,11 +149,11 @@ precision and correctly rounds the results.") ("mpfr" ,mpfr))) (synopsis "C library for arbitrary-precision interval arithmetic") (description - "@dfn{MPFI} (Multiple Precision Floating-point Interval) is a portable C + "@acronym{MPFI, Multiple Precision Floating-point Interval} is a portable C library for arbitrary-precision interval arithmetic, with intervals represented -using MPFR reliable floating-point numbers. It's based on the @dfn{GMP} (GNU -Multiple Precision Arithmetic) and GNU@tie{}@dfn{MPFR} (Multiple Precision -Floating-Point Reliably) libraries. +using MPFR reliable floating-point numbers. It's based on the @acronym{GMP, GNU +Multiple Precision Arithmetic} and GNU@tie{}@acronym{MPFR, Multiple Precision +Floating-Point Reliably} libraries. The purpose of arbitrary-precision interval arithmetic is to get results that are both guaranteed, thanks to interval computation, and accurate, thanks to |