From 0d899c7673372b91526faec783b0ee4755868a6f Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 30 Sep 2022 22:35:09 +0200 Subject: Update URL for MPFR --- ChangeLog | 5 +++++ doc/gmp.texi | 2 +- doc/projects.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19866243e..486d03a8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-09-30 Marc Glisse + + * doc/projects.html: Update URL for MPFR. + * doc/gmp.texi: Likewise. + 2022-08-11 Marco Bodrato * mpz/primorial_ui.c: Rename some variables and add comments. diff --git a/doc/gmp.texi b/doc/gmp.texi index efa40722a..6334e54c4 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -4717,7 +4717,7 @@ computer often differ from the results on a computer with a different word size. New projects should consider using the GMP extension library MPFR -(@url{http://mpfr.org}) instead. MPFR provides well-defined precision and +(@url{https://www.mpfr.org/}) instead. MPFR provides well-defined precision and accurate rounding, and thereby naturally extends IEEE P754. @menu diff --git a/doc/projects.html b/doc/projects.html index 4a105142b..34bbb5204 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -456,7 +456,7 @@ see https://www.gnu.org/licenses/. functions are desirable: acos, acosh, asin, asinh, atan, atanh, atan2, cos, cosh, exp, log, log10, pow, sin, sinh, tan, tanh. -

Note that the mpfr functions already +

Note that the mpfr functions already provide these functions, and that we usually recommend new programs to use mpfr instead of mpf. -- cgit v1.2.1